openstack-helm-infra/prometheus/values_overrides/apparmor.yaml
Andrii Ostapenko 731a6b4cfa Enable yamllint checks
- document-end
- document-start
- empty-lines
- hyphens
- indentation
- key-duplicates
- new-line-at-end-of-file
- new-lines
- octal-values

with corresponding code adjustment.

Change-Id: I92d6aa20df82aa0fe198f8ccd535cfcaf613f43a
2020-05-29 19:49:05 +00:00

14 lines
308 B
YAML

---
pod:
mandatory_access_control:
type: apparmor
prometheus:
prometheus: runtime/default
prometheus-perms: runtime/default
apache-proxy: runtime/default
init: runtime/default
prometheus-test:
prometheus-helm-tests: runtime/default
init: runtime/default
...