Skip to content

Commit

Permalink
Fix external secret naming (#469)
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Foteinopoulos <[email protected]>
  • Loading branch information
stafot authored Sep 5, 2024
1 parent 313f6b8 commit 4822838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/mattermost-push-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: Mattermost Push Proxy server
name: mattermost-push-proxy
type: application
version: 0.12.2
version: 0.12.3
appVersion: 6.1.0
keywords:
- mattermost
Expand Down
4 changes: 2 additions & 2 deletions charts/mattermost-push-proxy/templates/external_secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: {{ include "mattermost-push-proxy.name" . }}-aws-secret
name: {{ include "mattermost-push-proxy.fullname" . }}-aws-secret
labels:
app.kubernetes.io/name: {{ include "mattermost-push-proxy.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
Expand All @@ -14,7 +14,7 @@ spec:
name: {{ .Values.externalSecrets.secretStoreName }}
kind: {{ .Values.externalSecrets.secretStoreKind }}
target:
name: {{ include "mattermost-push-proxy.name" . }}-secret
name: {{ include "mattermost-push-proxy.fullname" . }}-secret
creationPolicy: Owner
data:
{{- with .Values.externalSecrets.data }}
Expand Down

0 comments on commit 4822838

Please sign in to comment.