File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
helm-charts/simplejson-proxy/templates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 # - id: no-commit-to-branch
77 - id : check-merge-conflict
88 - id : check-yaml
9- exclude : ^heplm -charts/.+/templates/
9+ exclude : ^helm -charts/.+/templates/
1010 - id : end-of-file-fixer
1111 - id : trailing-whitespace
1212 - repo : https://github.com/norwoodj/helm-docs
Original file line number Diff line number Diff line change 3232 drop :
3333 - ALL
3434 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
35- imagePullPolicy : {{ .Values.image.pullPolicy }}
35+ imagePullPolicy : Always
3636 ports :
3737 - name : http
3838 containerPort : 5000
6666 {{- with .Values.tolerations }}
6767 tolerations :
6868 {{- toYaml . | nindent 8 }}
69- {{- end }}
69+ {{- end }}
You can’t perform that action at this time.
0 commit comments