refactor for metallb

This commit is contained in:
2024-08-26 13:17:53 +10:00
parent c021cf7ef7
commit 1db752520e
7 changed files with 25 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
namespaceOverride: "metallb-system"
controller:
podSecurityContext:
fsGroup: 1000
containerSecurityContext:
runAsUser: 1000
runAsGroup: 1000