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