|
|
|
@ -1,8 +1,8 @@
|
|
|
|
---
|
|
|
|
|
|
|
|
# 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 := "connect-secrets" -}}
|
|
|
|
{{- $secret_name := "connect-secrets" -}}
|
|
|
|
|
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
|
|
apiVersion: v1
|
|
|
|
kind: Secret
|
|
|
|
kind: Secret
|
|
|
|
metadata:
|
|
|
|
metadata:
|
|
|
|
|