Skip to content

Commit 2e1f550

Browse files
authored
Merge pull request #7 from MammatusPHP/pass-missing-command-for-deployment
Pass missing command for deployment
2 parents a0cfb29 + a319807 commit 2e1f550

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/mammatus/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: mammatus
33
description: MammatusPHP Chart
44
type: application
5-
version: 0.0.4
6-
appVersion: 0.0.4
5+
version: 0.0.5
6+
appVersion: 0.0.5
77
maintainers:
88
- name: WyriHaximus
99

charts/mammatus/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ spec:
2121
{{- with $.Values.priorityClassName }}
2222
priorityClassName: "{{ . }}"
2323
{{- end }}
24-
{{- include "mammatus.pod" (dict "Chart" $.Chart "Values" $.Values "name" .name "arguments" .arguments) | nindent 6 }}
24+
{{- include "mammatus.pod" (dict "Chart" $.Chart "Values" $.Values "name" .name "arguments" .arguments "command" .command) | nindent 6 }}
2525
{{- end }}

0 commit comments

Comments
 (0)