We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95724f4 commit b460e98Copy full SHA for b460e98
kubeconfig/.gitignore
@@ -0,0 +1,6 @@
1
+# Ignore everything
2
+*
3
+
4
+# But not these files...
5
+!.gitignore
6
+!README.md
kubeconfig/README.md
@@ -0,0 +1,2 @@
+This directory must exist in source control so the `ibm_container_cluster_config` data lookup can use it to place the
+config.yml used to connect to a kubernetes cluster (See https://github.ibm.com/GoldenEye/issues/issues/552).
0 commit comments