diff --git a/k3s-tooling/templates/cert-manager.yaml b/k3s-tooling/templates/cert-manager.yaml index d947466..12b7d83 100644 --- a/k3s-tooling/templates/cert-manager.yaml +++ b/k3s-tooling/templates/cert-manager.yaml @@ -11,14 +11,14 @@ spec: source: repoURL: "https://charts.jetstack.io" # Helm repository for Tailscale chart: cert-manager # Chart name - targetRevision: {{ .Values.cert-manager.targetRevision }} # Version of the chart (update to latest if needed) + targetRevision: {{ .Values.certManager.targetRevision }} # Version of the chart (update to latest if needed) helm: valuesObject: crds: enabled: true destination: - server: {{ .Values.cert-manager.destination.server }} - namespace: {{ .Values.cert-manager.destination.namespace }} + server: {{ .Values.certManager.destination.server }} + namespace: {{ .Values.certManager.destination.namespace }} syncPolicy: automated: prune: true # Automatically remove resources no longer in the repo diff --git a/k3s-tooling/values.yaml b/k3s-tooling/values.yaml index 0c538a7..52991a0 100644 --- a/k3s-tooling/values.yaml +++ b/k3s-tooling/values.yaml @@ -2,7 +2,7 @@ argocd: namespace: argocd project: default -cert-manager: +certManager: enable: false targetRevision: v1.16.x destination: