File tree 1 file changed +2
-2
lines changed
security/openshift-security
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:
28
28
```
29
29
# Disable the custom pod security context, use the default context
30
30
31
- helm upgrade --install cfk -operator confluentinc/confluent-for-kubernetes \
31
+ helm upgrade --install confluent -operator confluentinc/confluent-for-kubernetes \
32
32
--set podSecurity.enabled=false --namespace confluent
33
33
```
34
34
@@ -118,7 +118,7 @@ podSecurity:
118
118
runAsNonRoot: true
119
119
120
120
# 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 \
122
122
--set podSecurity.enabled=true \
123
123
--set podSecurity.securityContext.fsGroup=1001 \
124
124
--set podSecurity.securityContext.runAsUser=1001
You can’t perform that action at this time.
0 commit comments