From ff6a4dcde18d595af0aec187665e9ec749b7517b Mon Sep 17 00:00:00 2001 From: yellowmegaman Date: Tue, 23 Jul 2019 13:40:28 +0300 Subject: [PATCH] README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..17f06fe --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Weaveworks flux deployment template + +For use with terraform kubernetes provider + +Usage: + +``` +module "flux" { + source = "yellowmegaman/flux/google" + version = "0.1.0" + cluster_name = google_container_cluster.mycluster.name + ingress_ip = google_compute_address.my-static-ip-for-mycluster.address +} +```