Skip to content

Commit 124a50b

Browse files
authored
Renamed operator name in README to confluent-operator for consistency (#131)
Co-authored-by: Roman Schmitz <[email protected]>
1 parent 1147b59 commit 124a50b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/openshift-security/README.md

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)