Skip to content

Commit 159c3f3

Browse files
BUG: kubernetes-ingress: Remove pod annotations from deployment (#259)
1 parent 5183eee commit 159c3f3

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

haproxy/templates/daemonset.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ metadata:
2525
namespace: {{ include "haproxy.namespace" . }}
2626
labels:
2727
{{- include "haproxy.labels" . | nindent 4 }}
28-
{{- if .Values.podAnnotations }}
29-
annotations:
30-
{{ toYaml .Values.podAnnotations | indent 4 }}
31-
{{- end }}
3228
spec:
3329
minReadySeconds: {{ .Values.minReadySeconds }}
3430
updateStrategy:

haproxy/templates/deployment.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ metadata:
2222
namespace: {{ include "haproxy.namespace" . }}
2323
labels:
2424
{{- include "haproxy.labels" . | nindent 4 }}
25-
{{- if .Values.podAnnotations }}
26-
annotations:
27-
{{ toYaml .Values.podAnnotations | indent 4 }}
28-
{{- end }}
2925
spec:
3026
minReadySeconds: {{ .Values.minReadySeconds }}
3127
{{- if and (not .Values.autoscaling.enabled) (not .Values.keda.enabled) }}

0 commit comments

Comments
 (0)