Make the kiam annotate namespace job optional

This commit is contained in:
Stefan Reimer 2020-09-18 16:18:59 +01:00
parent 4a918f6d83
commit a5952f850d
3 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubezero-kiam
description: KubeZero Umbrella Chart for Kiam
type: application
version: 0.2.10
version: 0.2.11
appVersion: 3.6
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png

View File

@ -1,3 +1,4 @@
{{- if .Values.annotateKubeSystemNameSpace }}
apiVersion: v1
kind: ServiceAccount
metadata:
@ -63,3 +64,4 @@ spec:
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
{{- end }}

View File

@ -1,3 +1,5 @@
annotateKubeSystemNameSpace: false
kiam:
enabled: true
server: