Fix wrong namespace for cert-manager

This commit is contained in:
Stefan Reimer 2020-05-07 12:26:43 +01:00
parent 0305aed450
commit 5006dc94fc
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubezero-app
description: KubeZero ArgoCD Application - Root chart of the KubeZero
type: application
version: 0.1.9
version: 0.1.10
home: https://kubezero.com
keywords:
- kubezero

View File

@ -29,5 +29,5 @@ spec:
destination:
server: {{ default .root.Values.defaultDestination.server }}
namespace: kube-system
namespace: {{ default "kube-system" .namespace }}
{{- end }}

View File

@ -1,5 +1,5 @@
{{- if index .Values "cert-manager" "enabled" }}
{{ template "kubezero.app" dict "root" . "name" "cert-manager" "type" "helm" }}
{{ template "kubezero.app" dict "root" . "name" "cert-manager" "type" "helm" "namespace" "cert-manager" }}
---
apiVersion: v1
kind: Namespace