We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d20752 commit ff3d9c2Copy full SHA for ff3d9c2
deployments/helm/k8s-nim-operator/values.yaml
@@ -56,7 +56,8 @@ operator:
56
admissionController:
57
# Enable the admission controller.
58
# Note: cert-manager must be installed beforehand, as it is required to generate the TLS certificates.
59
- enabled: true # TLS certificate configuration
+ enabled: false
60
+ # TLS certificate configuration
61
tls:
62
# Certificate management mode: "cert-manager" or "secret"
63
# - "cert-manager": Use cert-manager to automatically generate and manage certificates
0 commit comments