Overriding apparmor profile in values.yaml
Template is already added here: https://github.com/openstack/openstack-helm-infra/blob/master/prometheus-blackbox-exporter/templates/deployment.yaml#L35 Change-Id: Ia32969d97b439119e8a2f2aca796f6585747e5fa
This commit is contained in:
parent
98dbc6dfef
commit
421b73af3a
@ -55,6 +55,10 @@ pod:
|
|||||||
blackbox_exporter:
|
blackbox_exporter:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
|
mandatory_access_control:
|
||||||
|
type: apparmor
|
||||||
|
prometheus-blackbox-exporter:
|
||||||
|
blackbox-exporter: runtime/default
|
||||||
replicas:
|
replicas:
|
||||||
prometheus_blackbox_exporter: 1
|
prometheus_blackbox_exporter: 1
|
||||||
annotations:
|
annotations:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user