Skip to content

Commit

Permalink
Merge pull request #804 from cvvz/disable-PodSecurity
Browse files Browse the repository at this point in the history
fix e2e: disable podSecurity
  • Loading branch information
andyzhangx committed Dec 20, 2022
2 parents 96f6113 + c039213 commit d540caf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/manifest/linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"useCloudControllerManager": true,
"networkPlugin": "azure",
"containerRuntime": "containerd",
"apiServerConfig": {
"--disable-admission-plugins": "PodSecurity"
},
"addons": [
{
"name": "azuredisk-csi-driver",
Expand Down

0 comments on commit d540caf

Please sign in to comment.