Added ability to create namespaces (#103)
* Added ability to create namespaces Signed-off-by: Andrew Block <[email protected]> * Add openshift labels Signed-off-by: Mariusz Sabath <[email protected]> --------- Signed-off-by: Andrew Block <[email protected]> Signed-off-by: Mariusz Sabath <[email protected]> Co-authored-by: Mariusz Sabath <[email protected]> Co-authored-by: kfox1111 <[email protected]>
This commit is contained in:
co-authored by
Mariusz Sabath
kfox1111
parent
78bb95ba35
commit
8422b8d141
@@ -3,6 +3,20 @@ global:
|
||||
telemetry:
|
||||
prometheus:
|
||||
enabled: true
|
||||
spire:
|
||||
namespaces:
|
||||
system:
|
||||
labels:
|
||||
security.openshift.io/scc.podSecurityLabelSync: "false"
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
pod-security.kubernetes.io/warn: privileged
|
||||
pod-security.kubernetes.io/audit: privileged
|
||||
server:
|
||||
labels:
|
||||
security.openshift.io/scc.podSecurityLabelSync: "false"
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
pod-security.kubernetes.io/warn: privileged
|
||||
pod-security.kubernetes.io/audit: privileged
|
||||
|
||||
spire-server:
|
||||
tornjak:
|
||||
|
||||
Reference in New Issue
Block a user