Skip to content

Commit 39e8079

Browse files
committed
removed critical-pod annotation because it is already invalid
Signed-off-by: Jens-Uwe Walther <[email protected]>
1 parent c0e9369 commit 39e8079

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

charts/coredns/templates/deployment-autoscaler.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ spec:
4848
annotations:
4949
checksum/configmap: {{ include (print $.Template.BasePath "/configmap-autoscaler.yaml") . | sha256sum }}
5050
{{- if .Values.isClusterService }}
51-
scheduler.alpha.kubernetes.io/critical-pod: ''
5251
scheduler.alpha.kubernetes.io/tolerations: '[{"key":"CriticalAddonsOnly", "operator":"Exists"}]'
5352
{{- end }}
5453
spec:

charts/coredns/templates/deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ spec:
5757
annotations:
5858
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
5959
{{- if .Values.isClusterService }}
60-
scheduler.alpha.kubernetes.io/critical-pod: ''
6160
scheduler.alpha.kubernetes.io/tolerations: '[{"key":"CriticalAddonsOnly", "operator":"Exists"}]'
6261
{{- end }}
6362
{{- if .Values.podAnnotations }}

0 commit comments

Comments
 (0)