Fix secret name
This commit is contained in:
parent
21d9e490dc
commit
1096913741
@ -1,7 +1,7 @@
|
||||
{{- $webhook_secret := .Values.updater.webhook_secret }}
|
||||
{{- $apiUsername := .Values.updater.apiUsername }}
|
||||
{{- $apiPassword := .Values.updater.apiPassword }}
|
||||
{{- $secretName := printf "%s-webhook-secret" .Release.Namespace }}
|
||||
{{- $secretName := printf "%s-webhook-secret" .Release.Name }}
|
||||
{{- $secretData := (lookup "v1" "Secret" .Release.Namespace $secretName).data }}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user