-
-
Save KyMidd/d241d364462b1720efb04d6b49f41e57 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| containers: | |
| - name: secrets-testing-app01 | |
| image: kymidd/secrets-testing-app01:v0.0.3 | |
| volumeMounts: | |
| - name: init-secrets | |
| mountPath: "/tmp/init-secrets" | |
| command: ["/bin/bash", "-c"] | |
| args: | |
| - "./start.sh -a $(cat /tmp/init-secrets/app1-super-secret-json) -b $(cat /tmp/init-secrets/app1-super-secret-string)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment