Apply suggestions from code review
Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>
This commit is contained in:
parent
a3e2054d88
commit
98192beacd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ metadata:
|
|||
{{- end }}
|
||||
{{- if and .Values.server.ingressGrpc.isAWSALB .Values.server.ingressGrpc.enabled }}
|
||||
alb.ingress.kubernetes.io/conditions.{{ template "argo-cd.server.fullname" . }}-grpc: |
|
||||
[{"field":"http-header","httpHeaderConfig":{"httpHeaderName": "Content-Type", "values":["application/grpc"]}}]
|
||||
[{"field":"http-header","httpHeaderConfig":{"httpHeaderName": "Content-Type", "values":["application/grpc"]}}]
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
name: {{ template "argo-cd.server.fullname" . }}
|
||||
|
|
Loading…
Reference in a new issue