This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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