UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

EK Init Container drop capabilities and logging chart bump

Merged Jordan Olachea requested to merge ek-55-dropall into master
1 file
+ 48
2
Compare changes
  • Side-by-side
  • Inline
@@ -72,21 +72,67 @@ kibana:
elasticsearch:
imagePullSecrets:
- name: private-registry
{{- if .Values.istio.enabled }}
master:
initContainers:
- name: elastic-internal-init-filesystem
securityContext:
privileged: false
capabilities:
drop:
- ALL
- name: elastic-internal-suspend
securityContext:
privileged: false
capabilities:
drop:
- ALL
{{- if .Values.istio.enabled }}
- name: elastic-internal-init-keystore
securityContext:
privileged: false
capabilities:
drop:
- ALL
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
data:
initContainers:
- name: elastic-internal-init-filesystem
securityContext:
privileged: false
capabilities:
drop:
- ALL
- name: elastic-internal-suspend
securityContext:
privileged: false
capabilities:
drop:
- ALL
{{- if .Values.istio.enabled }}
- name: elastic-internal-init-keystore
securityContext:
privileged: false
capabilities:
drop:
- ALL
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
ingest:
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
ml:
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
coord:
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- end }}
{{- end -}}
Loading