Skip to content

Commit ff3d9c2

Browse files
Disabling admission controller by default
Signed-off-by: Vishesh Tanksale <[email protected]>
1 parent 6d20752 commit ff3d9c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deployments/helm/k8s-nim-operator/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ operator:
5656
admissionController:
5757
# Enable the admission controller.
5858
# Note: cert-manager must be installed beforehand, as it is required to generate the TLS certificates.
59-
enabled: true # TLS certificate configuration
59+
enabled: false
60+
# TLS certificate configuration
6061
tls:
6162
# Certificate management mode: "cert-manager" or "secret"
6263
# - "cert-manager": Use cert-manager to automatically generate and manage certificates

0 commit comments

Comments
 (0)