Add istio namespace to kubezero project

This commit is contained in:
Stefan Reimer 2020-07-14 17:41:27 +01:00
parent ca52f90153
commit a5ede1bea9
3 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2
description: KubeZero ArgoCD Helm chart to install ArgoCD itself and the KubeZero ArgoCD Application
name: kubezero-argo-cd
version: 0.3.1
version: 0.3.2
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords:

View File

@ -2,7 +2,7 @@ kubezero-argo-cd
================
KubeZero ArgoCD Helm chart to install ArgoCD itself and the KubeZero ArgoCD Application
Current chart version is `0.3.1`
Current chart version is `0.3.2`
Source code can be found [here](https://kubezero.com)

View File

@ -20,6 +20,10 @@ spec:
server: https://kubernetes.default.svc
- namespace: cert-manager
server: https://kubernetes.default.svc
- namespace: istio-operator
server: https://kubernetes.default.svc
- namespace: istio-system
server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: '*'