Skip to content

Commit

Permalink
Merge pull request #49 from krakazyabra/patch-1
Browse files Browse the repository at this point in the history
add missed key
  • Loading branch information
travisghansen authored Dec 23, 2023
2 parents 2cd1299 + 80d3211 commit 5fb9812
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.14.2
version: 0.14.3
2 changes: 2 additions & 0 deletions stable/democratic-csi/templates/psp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: {{ include "democratic-csi.fullname" . }}-role
labels:
app.kubernetes.io/name: {{ include "democratic-csi.name" . }}
helm.sh/chart: {{ include "democratic-csi.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
Expand All @@ -57,6 +58,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: {{ include "democratic-csi.fullname" . }}-psp-binding
labels:
app.kubernetes.io/name: {{ include "democratic-csi.name" . }}
helm.sh/chart: {{ include "democratic-csi.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
Expand Down

0 comments on commit 5fb9812

Please sign in to comment.