Skip to content
Snippets Groups Projects
Commit ac17b623 authored by lavado's avatar lavado
Browse files

Merge branch 'snmp_package2' into 'master'

Snmp package2

See merge request !52
parents 171e334c 3bea91e3
No related branches found
No related tags found
1 merge request!52Snmp package2
......@@ -16,8 +16,6 @@ spec:
spec:
securityContext:
runAsUser: 1000
runAsGroup: 3000
fsGroup: 2000
initContainers:
- name: cleanup
image: "ubuntu:18.04"
......
......@@ -22,12 +22,8 @@ spec:
serviceAccountName: {{ template "eechart.serviceAccountName" . }}
securityContext:
runAsUser: 1000
runAsGroup: 3000
fsGroup: 2000
containers:
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment