Merge pull request #121351 from bodgit/upper-case-drop-all

fix: Use upper case `ALL` in coredns drop capabilities
This commit is contained in:
Kubernetes Prow Robot 2023-10-19 15:57:33 +02:00 committed by GitHub
commit 1596bc962b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -176,7 +176,7 @@ spec:
add:
- NET_BIND_SERVICE
drop:
- all
- ALL
readOnlyRootFilesystem: true
dnsPolicy: Default
volumes:

View File

@ -176,7 +176,7 @@ spec:
add:
- NET_BIND_SERVICE
drop:
- all
- ALL
readOnlyRootFilesystem: true
dnsPolicy: Default
volumes:

View File

@ -176,7 +176,7 @@ spec:
add:
- NET_BIND_SERVICE
drop:
- all
- ALL
readOnlyRootFilesystem: true
dnsPolicy: Default
volumes: