removing dashes in values keys
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user