Skip to content

Commit

Permalink
Merge pull request #7 from MammatusPHP/pass-missing-command-for-deplo…
Browse files Browse the repository at this point in the history
…yment

Pass missing command for deployment
  • Loading branch information
WyriHaximus authored Jun 9, 2024
2 parents a0cfb29 + a319807 commit 2e1f550
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: [email protected]
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 2e1f550

Please sign in to comment.