We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a487357 + a8b96f0 commit 8708e35Copy full SHA for 8708e35
charts/flagger/templates/deployment.yaml
@@ -9,6 +9,10 @@ metadata:
9
app.kubernetes.io/managed-by: {{ .Release.Service }}
10
app.kubernetes.io/instance: {{ .Release.Name }}
11
app.kubernetes.io/version: {{ .Chart.AppVersion }}
12
+ {{- with .Values.annotations }}
13
+ annotations:
14
+ {{- toYaml . | nindent 4 }}
15
+ {{- end }}
16
spec:
17
replicas: {{ .Values.leaderElection.replicaCount }}
18
{{- if eq .Values.leaderElection.enabled false }}
charts/flagger/values.yaml
@@ -1,5 +1,8 @@
1
# Default values for flagger.
2
3
+## Deployment annotations
4
+# annotations: {}
5
+
6
image:
7
repository: ghcr.io/fluxcd/flagger
8
tag: 1.29.0
0 commit comments