Skip to content

Commit

Permalink
add label
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-smg committed Feb 7, 2024
1 parent cbb3db5 commit b742bca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/imaginary/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ spec:
{{- range $key, $value := .Values.additionalLabels }}
{{ $key }}: {{ $value }}
{{- end }}
annotations:
{{- if .Values.istio.inject }}
sidecar.istio.io/inject: {{ quote .Values.istio.inject }}
{{- end }}
annotations:
{{- if .Values.istio.inject }}
sidecar.istio.io/proxyCPU: {{ .Values.istio.cpu }}
{{- if .Values.istio.cpuLimit }}
sidecar.istio.io/proxyCPULimit: {{ .Values.istio.cpuLimit }}
Expand Down

0 comments on commit b742bca

Please sign in to comment.