Skip to content

Commit

Permalink
Update _podtemplate.tpl (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-tim authored Oct 24, 2023
1 parent 90ebb32 commit 4202677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/archetype/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm "monochart" for deploying common application patterns

type: application

version: 0.0.1-alpha.15
version: 0.0.1-alpha.16

appVersion: 0.0.0

Expand Down
2 changes: 1 addition & 1 deletion charts/archetype/templates/kubernetes/_podtemplate.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Outputs a pod spec for use in different resources.
- mountPath: /tmp
name: tmp-volume
{{- if .Values.pod.additionalVolumeMounts }}
{{- toYaml .Values.pod.additionalVolumeMounts | nindent 10 }}
{{- toYaml .Values.pod.additionalVolumeMounts | nindent 8 }}
{{- end }}
{{- with .Values.pod.affinity }}
affinity:
Expand Down

0 comments on commit 4202677

Please sign in to comment.