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 358b660 commit 57dcd7aCopy full SHA for 57dcd7a
charts/ingress-controller/templates/deployment.yaml
@@ -83,6 +83,6 @@ spec:
83
configMap:
84
name: {{ .Release.Name }}-ingress-config
85
securityContext:
86
- runAsNonRoot: true
+ {{- toYaml .Values.deployment.securityContext | nindent 8 }}
87
serviceAccountName: {{ .Release.Name }}
88
terminationGracePeriodSeconds: 10
charts/ingress-controller/values.yaml
@@ -26,11 +26,8 @@ deployment:
26
nodeSelector: {}
27
tolerations: []
28
affinity: {}
29
- podSecurityContext:
30
- allowPrivilegeEscalation: false
31
- capabilities:
32
- drop:
33
- - ALL
+ podSecurityContext: {}
+ securityContext: {}
34
topologySpreadConstraints: []
35
image:
36
repository: api7/api7-ingress-controller
0 commit comments