Skip to content

Commit

Permalink
Update related bats tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Aug 21, 2023
1 parent 2e9f290 commit 9af5698
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/consul/test/unit/server-statefulset.bats
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,8 @@ load _helpers
local expected=$(echo '{
"allowPrivilegeEscalation": false,
"capabilities": {
"drop": ["ALL"]
"drop": ["ALL"],
"add": ["NET_BIND_SERVICE"]
},
"runAsNonRoot": true,
"seccompProfile": {
Expand Down Expand Up @@ -887,7 +888,8 @@ load _helpers
local expected=$(echo '{
"allowPrivilegeEscalation": false,
"capabilities": {
"drop": ["ALL"]
"drop": ["ALL"],
"add": ["NET_BIND_SERVICE"]
},
"runAsNonRoot": true,
"seccompProfile": {
Expand Down

0 comments on commit 9af5698

Please sign in to comment.