File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: kcp
33description : A prototype of a multi-tenant Kubernetes control plane for workloads on many clusters
44
55# version information
6- version : 0.9.3
6+ version : 0.9.4
77appVersion : " 0.26.1"
88
99# optional metadata
Original file line number Diff line number Diff line change 8585 labels :
8686 {{- include "common.labels" . | nindent 8 }}
8787 app.kubernetes.io/component : " server"
88+ annotations :
89+ {{- with .Values.kcp.podAnnotations }}
90+ {{- toYaml . | nindent 8 }}
91+ {{- end }}
8892 spec :
8993 {{- with .Values.kcp.securityContext }}
9094 securityContext :
Original file line number Diff line number Diff line change 5555 # cpu: 1
5656 memory : 20Gi
5757 volumeClassName : " "
58+ podAnnotations : {}
5859 etcd :
5960 # set this if you are using external etcds. Do not set this to "embedded", it is not supported.
6061 serverAddress : " "
You can’t perform that action at this time.
0 commit comments