We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64497b commit 933e29bCopy full SHA for 933e29b
helm/scaphandre/templates/psp.yaml
@@ -1,3 +1,4 @@
1
+{{- if .Capabilities.APIVersions.Has "policy/v1beta1" }}
2
apiVersion: policy/v1beta1
3
kind: PodSecurityPolicy
4
metadata:
@@ -26,3 +27,4 @@ spec:
26
27
- projected
28
hostPID: true
29
hostIPC: true
30
+{{- end }}
helm/scaphandre/templates/rbac.yaml
@@ -20,6 +20,7 @@ metadata:
20
labels:
21
{{- include "labels.common" . | nindent 4 }}
22
rules:
23
24
- apiGroups:
25
- extensions
resources:
@@ -28,6 +29,7 @@ rules:
- {{ .Chart.Name }}
verbs:
31
- "use"
32
33
34
- ""
35
0 commit comments