Skip to content

Instantly share code, notes, and snippets.

@marianogg9
Created May 6, 2023 10:54
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 marianogg9/643d844ed1f557b0e5270667f1f72156 to your computer and use it in GitHub Desktop.
Save marianogg9/643d844ed1f557b0e5270667f1f72156 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Secret
metadata:
name: env-vars
type: Opaque
data:
my_var: {{ .Values.my_var | b64enc | quote }}
my_other_var: {{ .Values.my_other_var | b64enc | quote }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment