We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a045cc6 commit 95eb953Copy full SHA for 95eb953
charts/generic-service/templates/service.yaml
@@ -6,9 +6,6 @@ metadata:
6
name: {{ include "generic-service.fullname" . }}
7
labels: {{- include "generic-service.top-level-labels" . | nindent 4 }}
8
annotations:
9
- {{- if not .Values.autoscaling.enabled }}
10
- service.kubernetes.io/topology-mode: Auto
11
- {{- end }}
12
{{- $contour := contains "contour" .Values.ingress.class }}
13
{{- range $_, $extra := .Values.ingress.extra }}{{ if eq $extra.class "contour" }}{{ $contour = "true" }}{{ end }}{{ end }}
14
{{- if $contour }}
0 commit comments