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.
2 parents 71188eb + 0295049 commit fc4e950Copy full SHA for fc4e950
cluster/manifests/skipper/deployment.yaml
@@ -79,7 +79,9 @@ spec:
79
parent-resource-hash: 71556441059f2d033fb06b1e73df03598c7ecaa6
80
{{- end }}
81
priorityClassName: "{{ .Cluster.ConfigItems.system_priority_class }}"
82
+{{ if ne .Cluster.ConfigItems.skipper_routesrv_enabled "exec" }}
83
serviceAccountName: skipper-ingress
84
+{{ end }}
85
terminationGracePeriodSeconds: {{ .Cluster.ConfigItems.skipper_termination_grace_period }}
86
dnsPolicy: ClusterFirstWithHostNet
87
hostNetwork: true
0 commit comments