You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Override the values for the <a href="https://github.com/argoproj/argo-helm/blob/main/charts/argo-workflows/values.yaml">Argo Workflows Helm chart</a> .
346
351
visible: ${deploy_argo_workflows}
352
+
353
+
deploy_nginx:
354
+
type: boolean
355
+
default: true
356
+
title: Helm | Deploy Nginx ingress controller
357
+
description: Nginx ingress controller is used to expose the OKE services to the user.
description: Override the values for the <a href="https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/README.md">Nginx Ingress Controller Helm chart</a> .
364
+
visible: ${deploy_nginx}
365
+
366
+
deploy_cert_manager:
367
+
type: boolean
368
+
default: true
369
+
title: Helm | Deploy Cert-Manager
370
+
description: Cert-manager is used to generate TLS certificates for the ingress resources.
0 commit comments