Skip to content

Commit

Permalink
fix template tag order
Browse files Browse the repository at this point in the history
  • Loading branch information
zalimeni committed Apr 12, 2024
1 parent eddf330 commit 7273684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/consul/templates/sync-catalog-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ spec:
{{- if .Values.syncCatalog.ingress.loadBalancerIPs }}
-loadBalancer-ips=true \
{{- end }}
{{- end }}
{{- if .Values.syncCatalog.syncLoadBalancerEndpoints }}
-sync-lb-services-endpoints=true \
{{- end }}
{{- end }}
livenessProbe:
httpGet:
path: /health/ready
Expand Down

0 comments on commit 7273684

Please sign in to comment.