File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ type: application
99# This is the chart version. This version number should be incremented each time you make changes
1010# to the chart and its templates, including the app version.
1111# Versions are expected to follow Semantic Versioning (https://semver.org/)
12- version : 0.1.1
12+ version : 0.1.2
1313
1414# This is the version number of the application being deployed. This version number should be
1515# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ metadata:
66 namespace : {{ include "autoneg.namespace" . | quote }}
77 labels : {{- include "autoneg.labels" . | nindent 4 }}
88 app.kubernetes.io/component : controller
9- {{- with .Values.annotations }}
9+ {{- $annotations := merge .Values.annotations .Values.serviceAccount.annotations -}}
10+ {{- with $annotations }}
1011 annotations :
1112 {{- toYaml . | nindent 4 }}
1213 {{- end }}
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ replicas: 1
2424serviceAccount :
2525 create : true
2626 name : autoneg-controller-manager
27+ annotations : {}
2728
2829nodeSelector :
2930 iam.gke.io/gke-metadata-server-enabled : " true"
You can’t perform that action at this time.
0 commit comments