Skip to content

Commit

Permalink
Merge pull request #42 from lion24/fix-psp-templates
Browse files Browse the repository at this point in the history
templates: fix PodSecurityPolicy missing label key
  • Loading branch information
travisghansen authored Apr 9, 2023
2 parents 648c825 + 5f704f8 commit edbac2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/democratic-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: csi storage for container orchestration systems
name: democratic-csi
version: 0.13.6
version: 0.13.7
3 changes: 2 additions & 1 deletion stable/democratic-csi/templates/psp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: {{ include "democratic-csi.fullname" . }}-psp
labels:
app.kubernetes.io/name: {{ include "democratic-csi.name" . }}
helm.sh/chart: {{ include "democratic-csi.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
Expand Down Expand Up @@ -75,4 +76,4 @@ subjects:
- kind: ServiceAccount
name: default
namespace: {{ .Release.Namespace }}
{{- end }}
{{- end }}

0 comments on commit edbac2a

Please sign in to comment.