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: source:
repoURL: "https://charts.jetstack.io" # Helm repository for Tailscale repoURL: "https://charts.jetstack.io" # Helm repository for Tailscale
chart: cert-manager # Chart name 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: helm:
valuesObject: valuesObject:
crds: crds:
enabled: true enabled: true
destination: destination:
server: {{ .Values.cert-manager.destination.server }} server: {{ .Values.certManager.destination.server }}
namespace: {{ .Values.cert-manager.destination.namespace }} namespace: {{ .Values.certManager.destination.namespace }}
syncPolicy: syncPolicy:
automated: automated:
prune: true # Automatically remove resources no longer in the repo prune: true # Automatically remove resources no longer in the repo

View File

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