fixed errors
This commit is contained in:
@@ -2,7 +2,7 @@ argocd:
|
|||||||
namespace: argocd
|
namespace: argocd
|
||||||
project: default
|
project: default
|
||||||
dbCluster:
|
dbCluster:
|
||||||
size: 1Gi
|
size: 10Gi
|
||||||
numInstances: 3
|
numInstances: 3
|
||||||
mainNamespace: keycloak
|
mainNamespace: keycloak
|
||||||
mainDestination: https://kubernetes.default.svc
|
mainDestination: https://kubernetes.default.svc
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ spec:
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
destination:
|
destination:
|
||||||
server: {{ .Values.mainDestination }}
|
server: {{ .Values.destination.server }}
|
||||||
namespace: {{ .Values.mainNamespace }}
|
namespace: {{ .Values.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
|
||||||
|
|||||||
Reference in New Issue
Block a user