feat(helm): add podLabels to gateway && controller (#1792)

Signed-off-by: Xijun Dai <daixijun1990@gmail.com>
This commit is contained in:
Xijun Dai
2025-03-03 15:31:28 +08:00
committed by GitHub
parent ca32e587d3
commit 80b58e86e1
4 changed files with 32 additions and 16 deletions

View File

@@ -15,6 +15,9 @@ template:
{{- with .Values.gateway.revision }}
istio.io/rev: {{ . }}
{{- end }}
{{- with .Values.gateway.podLabels }}
{{- toYaml . | nindent 6 }}
{{- end }}
{{- include "gateway.selectorLabels" . | nindent 6 }}
spec:
{{- with .Values.gateway.imagePullSecrets }}