diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-02-08T10·55+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-02-08T10·55+0100 |
commit | 8fac7c1a415d6ea5e41c28f4e7ab5c1ef0883997 (patch) | |
tree | 260ba1c9e7056d97e6e8e41d5c76c8ada183e2ed /example/prod-cluster.json | |
parent | 8fb24f9f750c4d87f1f36f11ca80f86c78832be6 (diff) |
chore: Better example & gofmt
Diffstat (limited to 'example/prod-cluster.json')
-rw-r--r-- | example/prod-cluster.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/prod-cluster.json b/example/prod-cluster.json index 76246ca382de..70e2365f1710 100644 --- a/example/prod-cluster.json +++ b/example/prod-cluster.json @@ -1,7 +1,7 @@ { "context": "k8s.prod.mydomain.com", "global": { - "globalTest": "lizards" + "globalVar": "lizards" }, "include": [ { |