We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a336198 commit 6754d80Copy full SHA for 6754d80
charts/external-dns/ci/ci-values.yaml
@@ -34,3 +34,7 @@ topologySpreadConstraints:
34
- maxSkew: 1
35
topologyKey: "topology.kubernetes.io/zone"
36
whenUnsatisfiable: "ScheduleAnyway"
37
+
38
+serviceAccount:
39
+ annotations:
40
+ "{{ .Chart.Name }}/chart": "{{ .Chart.Version }}"
0 commit comments