Skip to content

Commit 2eaf601

Browse files
authored
Merge pull request #2753 from pacoxu/main
Stop using the beta.kubernetes.io/os
2 parents 4b5768a + c4bb7a6 commit 2eaf601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/observability/prometheus/resources/bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18725,7 +18725,7 @@ spec:
1872518725
securityContext:
1872618726
allowPrivilegeEscalation: false
1872718727
nodeSelector:
18728-
beta.kubernetes.io/os: linux
18728+
kubernetes.io/os: linux
1872918729
securityContext:
1873018730
runAsNonRoot: true
1873118731
runAsUser: 65534

0 commit comments

Comments
 (0)