removing dashes in values keys

This commit is contained in:
2024-11-05 00:24:32 +00:00
parent d5ad2b76b5
commit 51067ab5e9
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -2,7 +2,7 @@ argocd:
namespace: argocd
project: default
cert-manager:
certManager:
enable: false
targetRevision: v1.16.x
destination: