Fix wrong namespace for cert-manager
This commit is contained in:
parent
1753dbcbac
commit
d53ab3ec62
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubezero-app
|
name: kubezero-app
|
||||||
description: KubeZero ArgoCD Application - Root chart of the KubeZero
|
description: KubeZero ArgoCD Application - Root chart of the KubeZero
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
keywords:
|
keywords:
|
||||||
- kubezero
|
- kubezero
|
||||||
|
@ -29,5 +29,5 @@ spec:
|
|||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: {{ default .root.Values.defaultDestination.server }}
|
server: {{ default .root.Values.defaultDestination.server }}
|
||||||
namespace: kube-system
|
namespace: {{ default "kube-system" .namespace }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{{- if index .Values "cert-manager" "enabled" }}
|
{{- 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
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
|
Loading…
Reference in New Issue
Block a user