Make the kiam annotate namespace job optional
This commit is contained in:
parent
0939405c7a
commit
d30ca895ec
@ -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
|
||||
|
@ -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 }}
|
||||
|
@ -1,3 +1,5 @@
|
||||
annotateKubeSystemNameSpace: false
|
||||
|
||||
kiam:
|
||||
enabled: true
|
||||
server:
|
||||
|
Loading…
Reference in New Issue
Block a user