fix argocd namespace name
This commit is contained in:
parent
a2f3587ce0
commit
d26086e2a7
3 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@ apiVersion: argoproj.io/v1alpha1
|
|||
kind: Application
|
||||
metadata:
|
||||
name: {{ .name }}-apps
|
||||
namespace: {{ default "argocd-system" $.Values.argocdNamespace }}
|
||||
namespace: {{ default "argocd" $.Values.argocdNamespace }}
|
||||
spec:
|
||||
destination:
|
||||
namespace: {{ default "argocd-system" $.Values.argocdNamespace }}
|
||||
namespace: {{ default "argocd" $.Values.argocdNamespace }}
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue