Support existing PSPs in Helm chart
This commit is contained in:
parent
3e8c8076b4
commit
63e35ac32b
9 changed files with 27 additions and 4 deletions
|
|
@ -18,6 +18,9 @@ controller:
|
|||
runAsUser: 101
|
||||
allowPrivilegeEscalation: true
|
||||
|
||||
# Use an existing PSP instead of creating one
|
||||
existingPsp: ""
|
||||
|
||||
# Configures the ports the nginx-controller listens on
|
||||
containerPort:
|
||||
http: 80
|
||||
|
|
@ -473,6 +476,9 @@ controller:
|
|||
namespaceSelector: {}
|
||||
objectSelector: {}
|
||||
|
||||
# Use an existing PSP instead of creating one
|
||||
existingPsp: ""
|
||||
|
||||
service:
|
||||
annotations: {}
|
||||
# clusterIP: ""
|
||||
|
|
@ -609,6 +615,9 @@ defaultBackend:
|
|||
readOnlyRootFilesystem: true
|
||||
allowPrivilegeEscalation: false
|
||||
|
||||
# Use an existing PSP instead of creating one
|
||||
existingPsp: ""
|
||||
|
||||
extraArgs: {}
|
||||
|
||||
serviceAccount:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue