File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2828 {{- toYaml . | nindent 8 }}
2929 {{- end }}
3030 serviceAccountName : {{ include "neodash.serviceAccountName" . }}
31+ automountServiceAccountToken : false
3132 containers :
3233 - name : {{ .Chart.Name }}
3334 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ metadata:
77 annotations :
88 " helm.sh/hook " : test
99spec :
10+ automountServiceAccountToken : false
1011 containers :
1112 - name : wget
1213 image : busybox
1314 command : ['wget']
1415 args : ['{{ include "neodash.fullname" . }}:{{ .Values.service.port }}']
16+ resources :
17+ {{- toYaml .Values.resources | nindent 8 }}
1518 restartPolicy : Never
Original file line number Diff line number Diff line change 1717 application : neodash-deploy
1818 spec :
1919 serviceAccountName : neodash-test
20+ automountServiceAccountToken : false
2021 containers :
2122 - name : neodash
2223 image : " neo4jlabs/neodash:latest"
You can’t perform that action at this time.
0 commit comments