config/secrets.development.example.yml in shipit-engine-0.14.0 vs config/secrets.development.example.yml in shipit-engine-0.15.0
- old
+ new
@@ -15,5 +15,9 @@
# To work on the beta bootstrap re-write
# features:
# - bootstrap
+# To work on the kubernetes deploy script
+# env:
+# KUBECONFIG: # Path of the kubeconfig you want to use.
+# GOOGLE_APPLICATION_CREDENTIALS: # Used if your kube auth provider is gcp, in which case it should be path of the service account credentials you want to use. Alternatively, you can run `gcloud auth application-default login` (and remove this variable) to use your own google account locally.