Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Last active August 7, 2022 15:13
Show Gist options
  • Select an option

  • Save KyMidd/d241d364462b1720efb04d6b49f41e57 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/d241d364462b1720efb04d6b49f41e57 to your computer and use it in GitHub Desktop.
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