Skip to content

Commit

Permalink
Merge pull request #93 from pacoxu/patch-1
Browse files Browse the repository at this point in the history
Stop applying the beta.kubernetes.io/os
  • Loading branch information
k8s-ci-robot authored Dec 5, 2022
2 parents fa99e96 + 9a8f13f commit 0088cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admission-webhook/deploy/gmsa-webhook.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
spec:
serviceAccountName: ${NAME}
nodeSelector:
beta.kubernetes.io/os: linux${TOLERATIONS}
kubernetes.io/os: linux${TOLERATIONS}
containers:
- name: ${NAME}
image: ${IMAGE_NAME}
Expand Down

0 comments on commit 0088cc3

Please sign in to comment.