Skip to content

Commit

Permalink
Pass missing command for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jun 9, 2024
1 parent a0cfb29 commit a319807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/mammatus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: mammatus
description: MammatusPHP Chart
type: application
version: 0.0.4
appVersion: 0.0.4
version: 0.0.5
appVersion: 0.0.5
maintainers:
- name: WyriHaximus
email: helm@ceesjankiewiet.nl
Expand Down
2 changes: 1 addition & 1 deletion charts/mammatus/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ spec:
{{- with $.Values.priorityClassName }}
priorityClassName: "{{ . }}"
{{- end }}
{{- include "mammatus.pod" (dict "Chart" $.Chart "Values" $.Values "name" .name "arguments" .arguments) | nindent 6 }}
{{- include "mammatus.pod" (dict "Chart" $.Chart "Values" $.Values "name" .name "arguments" .arguments "command" .command) | nindent 6 }}
{{- end }}

0 comments on commit a319807

Please sign in to comment.