Fixed wrong name for field

This commit is contained in:
2023-07-17 23:45:03 +02:00
parent 8cda255fae
commit a7c67e138c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "99.6.21" HELM_CHART_VERSION: "99.6.22"
stages: stages:
- deploy - deploy

View File

@@ -37,7 +37,7 @@ spec:
- secretKey: SMTP_PASS - secretKey: SMTP_PASS
remoteRef: remoteRef:
key: secret/AWS-SMTP-PASSWORD key: secret/AWS-SMTP-PASSWORD
- secretRef: SMTP_HOST - secretKey: SMTP_HOST
remoteRef: remoteRef:
key: secret/AWS-SMTP-HOST key: secret/AWS-SMTP-HOST
{{- end }} {{- end }}