|
|
|
@ -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:
|
|
|
|
|