Skip to content

Commit

Permalink
Merge branch 'relate_pvc_fix' into 'master'
Browse files Browse the repository at this point in the history
[#10839] relate pvc was missing NS

See merge request kubernetes/k8id!824
  • Loading branch information
KlavsKlavsen committed Mar 14, 2023
2 parents 7603557 + 7852be3 commit 43a7f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions argocd-helm-charts/relate/charts/relate/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: {{ template "relate.fullname" . }}
namespace: {{ include "relate.namespace" . }}
labels:
app: {{ template "relate.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
Expand Down

0 comments on commit 43a7f2e

Please sign in to comment.