Bug fix
This commit is contained in:
parent
6759d73ef1
commit
964af1a592
@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
description: KubeZero Helm chart to bootstrap Kube cluster incl. ArgoCD
|
||||
name: kubezero
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
home: https://kubezero.com
|
||||
keywords:
|
||||
- kubezero
|
||||
|
4
charts/kubezero/templates/namespace.yaml
Normal file
4
charts/kubezero/templates/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: argocd
|
@ -55,11 +55,6 @@ argocd:
|
||||
prune: false
|
||||
selfHeal: false
|
||||
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: argocd
|
||||
|
||||
|
||||
extraArgs:
|
||||
- --insecure
|
||||
nodeSelector:
|
||||
|
Loading…
Reference in New Issue
Block a user