File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
security/openshift-security Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Install Confluent for Kubernetes using the default SCC:
2828```
2929# Disable the custom pod security context, use the default context
3030
31- helm upgrade --install cfk -operator confluentinc/confluent-for-kubernetes \
31+ helm upgrade --install confluent -operator confluentinc/confluent-for-kubernetes \
3232--set podSecurity.enabled=false --namespace confluent
3333```
3434
@@ -118,7 +118,7 @@ podSecurity:
118118 runAsNonRoot: true
119119
120120# For example, to use the group id `1001` and user id `1001`
121- helm install cfk -operator confluentinc/confluent-for-kubernetes \
121+ helm install confluent -operator confluentinc/confluent-for-kubernetes \
122122--set podSecurity.enabled=true \
123123--set podSecurity.securityContext.fsGroup=1001 \
124124--set podSecurity.securityContext.runAsUser=1001
You can’t perform that action at this time.
0 commit comments