gitops-bridge-dev / gitops-bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cert-manager didn't provision for the hello-world example

tanvp112 opened this issue · comments

Presumed this line enable_cert_manager = true would direct ArgoCD to install cert-manager, just like this line enable_metrics_server = true would install metrics-server via ArgoCD.

Not sure if this is a bug, the cert-manager didn't get provision but the metrics-server did. Wonder after assigning the merged addons to the metadata, how does ArgoCD knows which addon to install from the repo?