Skip to content

Commit

Permalink
fix :: Duplicated key
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Dec 30, 2023
1 parent 6648648 commit 47325d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/istio/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ spec:
label:
service.istio.io/canonical-name: istio-ingressgateway
k8s:
service:
externalTrafficPolicy: {{ .Values.istioOperator.service.externalTrafficPolicy }}
hpaSpec:
minReplicas: {{ .Values.istioOperator.hpaSpec.minReplicas }}
maxReplicas: {{ .Values.istioOperator.hpaSpec.maxReplicas }}
Expand All @@ -52,9 +50,11 @@ spec:
port: {{ .port }}
targetPort: {{ .targetPort }}
{{- end }}
externalTrafficPolicy: {{ .Values.istioOperator.service.externalTrafficPolicy }}
{{- with .Values.istioOperator.serviceAnnotations }}
serviceAnnotations: {{ toYaml . | nindent 12 }}
{{- end }}

egressGateways:
- name: istio-egressgateway
namespace: istio-system
Expand Down

0 comments on commit 47325d9

Please sign in to comment.