config/secrets.development.example.yml in shipit-engine-0.20.1 vs config/secrets.development.example.yml in shipit-engine-0.21.0
- old
+ new
@@ -11,13 +11,9 @@
github_oauth:
id:
secret:
# teams: # Optional
-# 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.