Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active December 25, 2017 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/e21b4b5989c429ffe8c6b0a284a3f055 to your computer and use it in GitHub Desktop.
Save garystafford/e21b4b5989c429ffe8c6b0a284a3f055 to your computer and use it in GitHub Desktop.
#!/bin/bash
# apply voter api resources part 1
# namespace
kubectl apply -f ./other/namespace.yaml
# secrets
kubectl apply \
-f ./secrets/mongodb-atlas-election-secret.yaml \
-f ./secrets/mongodb-atlas-candidate-secret.yaml \
-f ./secrets/mongodb-atlas-voter-secret.yaml \
-f ./secrets/rabbitmq-connection-string-secret.yaml \
-f ./secrets/istio-ingress-certs-secret.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment