Skip to content

Commit 1596bc9

Browse files
authored
Merge pull request kubernetes#121351 from bodgit/upper-case-drop-all
fix: Use upper case `ALL` in coredns drop capabilities
2 parents 1bafafe + 8dff3fc commit 1596bc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cluster/addons/dns/coredns/coredns.yaml.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ spec:
176176
add:
177177
- NET_BIND_SERVICE
178178
drop:
179-
- all
179+
- ALL
180180
readOnlyRootFilesystem: true
181181
dnsPolicy: Default
182182
volumes:

cluster/addons/dns/coredns/coredns.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ spec:
176176
add:
177177
- NET_BIND_SERVICE
178178
drop:
179-
- all
179+
- ALL
180180
readOnlyRootFilesystem: true
181181
dnsPolicy: Default
182182
volumes:

cluster/addons/dns/coredns/coredns.yaml.sed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ spec:
176176
add:
177177
- NET_BIND_SERVICE
178178
drop:
179-
- all
179+
- ALL
180180
readOnlyRootFilesystem: true
181181
dnsPolicy: Default
182182
volumes:

0 commit comments

Comments
 (0)