fix memcached-exporter chart for adding default apparmor profile
Change-Id: Ia434e9f45401661137a92f25ed5067a0e941c70b
This commit is contained in:
parent
832718629f
commit
7aa9d4ddab
@ -41,7 +41,6 @@ spec:
|
|||||||
namespace: {{ .Values.endpoints.prometheus_memcached_exporter.namespace }}
|
namespace: {{ .Values.endpoints.prometheus_memcached_exporter.namespace }}
|
||||||
annotations:
|
annotations:
|
||||||
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" | indent 8 }}
|
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" | indent 8 }}
|
||||||
configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }}
|
|
||||||
{{ dict "envAll" $envAll "podName" "prometheus_memcached_exporter" "containerNames" (list "memcached-exporter") | include "helm-toolkit.snippets.kubernetes_mandatory_access_control_annotation" | indent 8 }}
|
{{ dict "envAll" $envAll "podName" "prometheus_memcached_exporter" "containerNames" (list "memcached-exporter") | include "helm-toolkit.snippets.kubernetes_mandatory_access_control_annotation" | indent 8 }}
|
||||||
spec:
|
spec:
|
||||||
{{ dict "envAll" $envAll "application" "memcached_exporter" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 6 }}
|
{{ dict "envAll" $envAll "application" "memcached_exporter" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 6 }}
|
||||||
|
@ -5,3 +5,7 @@ pod:
|
|||||||
memcached-exporter: runtime/default
|
memcached-exporter: runtime/default
|
||||||
memcached:
|
memcached:
|
||||||
memcached: runtime/default
|
memcached: runtime/default
|
||||||
|
|
||||||
|
monitoring:
|
||||||
|
prometheus:
|
||||||
|
enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user