Skip to content

Instantly share code, notes, and snippets.

@xyntrix
Created January 18, 2018 17:56
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 xyntrix/f509c76ee3f74c0ca7a69eb9986ccf6f to your computer and use it in GitHub Desktop.
Save xyntrix/f509c76ee3f74c0ca7a69eb9986ccf6f to your computer and use it in GitHub Desktop.
deployConfig(..):
...
env:
- name: DB_USER
value: skeletonuser
envFrom:
- secretRef:
name: foosecrets
secret(..):
kind: Secret
apiVersion: v1
metadata:
name: foosecrets
namespace: foo
stringData:
DB_USER: hacks2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment