File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff 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 }}
3228spec :
3329 minReadySeconds : {{ .Values.minReadySeconds }}
3430 updateStrategy :
Original file line number Diff line number Diff 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 }}
2925spec :
3026 minReadySeconds : {{ .Values.minReadySeconds }}
3127 {{- if and (not .Values.autoscaling.enabled) (not .Values.keda.enabled) }}
You can’t perform that action at this time.
0 commit comments