Skip to content

Commit fc71395

Browse files
chore: added task for enterprise extraction
1 parent 0255aeb commit fc71395

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

demos/openwhisk-kube/Taskfile.yaml

+13-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,16 @@ tasks:
3232
-s templates/{{.F}}.yaml | tee export/{{.F}}.yaml
3333
fi
3434
vars:
35-
TPL: openwhisk-deploy-kube/helm/openwhisk
35+
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+
TPL: openwhisk-deploy-kube/helm/openwhisk

0 commit comments

Comments
 (0)