We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0255aeb commit fc71395Copy full SHA for fc71395
demos/openwhisk-kube/Taskfile.yaml
@@ -32,4 +32,16 @@ tasks:
32
-s templates/{{.F}}.yaml | tee export/{{.F}}.yaml
33
fi
34
vars:
35
- TPL: openwhisk-deploy-kube/helm/openwhisk
+ TPL: openwhisk-deploy-kube/helm/openwhisk
36
+
37
+ export-enterprise:
38
+ cmds:
39
+ - |
40
+ if test -z "{{.F}}"
41
+ then ls "{{.TPL}}/templates" ; echo select with "F=<file>" no .yaml
42
+ else helm template nuvolaris {{.TPL}} \
43
+ -n nuvolaris -f my-ent-cluster.yaml \
44
+ -s templates/{{.F}}.yaml | tee export/{{.F}}.yaml
45
+ fi
46
+ vars:
47
0 commit comments