We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0cfb29 + a319807 commit 2e1f550Copy full SHA for 2e1f550
charts/mammatus/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: mammatus
3
description: MammatusPHP Chart
4
type: application
5
-version: 0.0.4
6
-appVersion: 0.0.4
+version: 0.0.5
+appVersion: 0.0.5
7
maintainers:
8
- name: WyriHaximus
9
email: [email protected]
charts/mammatus/templates/deployment.yaml
@@ -21,5 +21,5 @@ spec:
21
{{- with $.Values.priorityClassName }}
22
priorityClassName: "{{ . }}"
23
{{- end }}
24
- {{- 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 }}
25
0 commit comments