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

fixed indent

parent 583a372b
No related branches found
No related tags found
No related merge requests found
...@@ -139,16 +139,16 @@ spec: ...@@ -139,16 +139,16 @@ spec:
volumeMounts: volumeMounts:
- name: jupyter-data - name: jupyter-data
mountPath: /tmp mountPath: /tmp
resources:
{{ toYaml .Values.resources | nindent 12 }}
securityContext:
{{ toYaml .Values.securityContext | indent 12}}
{{- with .Values.imagePullSecrets }} {{- with .Values.imagePullSecrets }}
imagePullSecrets: imagePullSecrets:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
serviceAccountName: {{ include "jupyter-control-notebook-chart.serviceAccountName" . }} serviceAccountName: {{ include "jupyter-control-notebook-chart.serviceAccountName" . }}
resources:
{{ toYaml .Values.resources | nindent 12 }}
securityContext:
{{ toYaml .Values.securityContext | indent 12}}
containers: containers:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
......
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