Skip to content
Snippets Groups Projects
Commit ab2670d0 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

fixed indent

parent 6141484f
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ include "jupyter-control-notebook-chart.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
......@@ -70,6 +69,8 @@ spec:
protocol: TCP
resources:
{{ toYaml .Values.resources | nindent 12 }}
securityContext:
{{ toYaml .Values.securityContext | indent 12}}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
......@@ -144,8 +145,10 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ include "jupyter-control-notebook-chart.serviceAccountName" . }}
resources:
{{ toYaml .Values.resources | nindent 12 }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
{{ toYaml .Values.securityContext | indent 12}}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
......
......@@ -29,7 +29,7 @@ podAnnotations: {}
securityContext:
runAsNonRoot: true
runAsUser: 1000
fsGroup: 0
# fsGroup: 0
service:
......
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