1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove deprecated nodeSelectorTerms from cluster metrics manifests (#5474)

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2022-05-27 15:52:57 +03:00 committed by GitHub
parent 938d34739f
commit 923f74ee6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 15 deletions

View File

@ -24,11 +24,6 @@ spec:
operator: In operator: In
values: values:
- linux - linux
- matchExpressions:
- key: beta.kubernetes.io/os
operator: In
values:
- linux
# <%- if config.node_selector -%> # <%- if config.node_selector -%>
# nodeSelector: # nodeSelector:
# <%- node_selector.to_h.each do |key, value| -%> # <%- node_selector.to_h.each do |key, value| -%>

View File

@ -30,11 +30,6 @@ spec:
operator: In operator: In
values: values:
- linux - linux
- matchExpressions:
- key: beta.kubernetes.io/os
operator: In
values:
- linux
securityContext: securityContext:
runAsNonRoot: true runAsNonRoot: true
runAsUser: 65534 runAsUser: 65534

View File

@ -23,11 +23,6 @@ spec:
operator: In operator: In
values: values:
- linux - linux
- matchExpressions:
- key: beta.kubernetes.io/os
operator: In
values:
- linux
serviceAccountName: kube-state-metrics serviceAccountName: kube-state-metrics
containers: containers:
- name: kube-state-metrics - name: kube-state-metrics