Skip to content

Commit

Permalink
fix: Add release namespace to the secret for SealedSecrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya Baya committed May 11, 2022
1 parent 1d2b2e5 commit 8e884d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/wordpress-hardened/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apiVersion: {{ .Values.secrets.apiVersion }}
kind: {{ .Values.secrets.kind }}
metadata:
name: {{ .Values.secrets.name }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "wordpress-hardened.labels" . | nindent 8 }}
{{ .Values.secrets.content }}
Expand Down

0 comments on commit 8e884d3

Please sign in to comment.