fix memcached-exporter chart for adding default apparmor profile

Change-Id: Ia434e9f45401661137a92f25ed5067a0e941c70b
This commit is contained in:
KHIYANI, RAHUL (rk0850) 2020-02-19 22:17:53 -06:00 committed by Rahul Khiyani
parent 832718629f
commit 7aa9d4ddab
2 changed files with 4 additions and 1 deletions

View File

@ -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 }}

View File

@ -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