feat: secrets 2

main
Sven Ketelsen 4 years ago
parent 5bd13ef7ae
commit d65dbf1a7c

@ -2,7 +2,7 @@
# store the secret-name as var # store the secret-name as var
# in my case, the name was very long and containing a lot of fields # in my case, the name was very long and containing a lot of fields
# so it helps me a lot # so it helps me a lot
{{- $secret_name := "your-secret-name" -}} {{- $secret_name := "connect-secrets" -}}
apiVersion: v1 apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:

Loading…
Cancel
Save