File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
charts/nginx-gateway-fabric Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Create SCC for Gateway resources
2
- {{- if eq .Values.platform "openshift" }}
2
+ {{- if and ( eq .Values.platform "openshift") .Values.createOpenShiftSCC }}
3
3
kind : SecurityContextConstraints
4
4
apiVersion : security.openshift.io/v1
5
5
metadata :
Original file line number Diff line number Diff line change @@ -113,6 +113,9 @@ affinity: {}
113
113
# # The platform that NGINX Gateway Fabric is being deployed on. Valid values: kubernetes, openshift
114
114
platform : kubernetes
115
115
116
+ # # Create and apply the OpenShift SecurityContextConstraints object.
117
+ createOpenShiftSCC : true
118
+
116
119
serviceAccount :
117
120
annotations : {}
118
121
# # The name of the service account of the NGINX Gateway Fabric pods. Used for RBAC.
You can’t perform that action at this time.
0 commit comments