Skip to content

Commit

Permalink
chore: added task for enterprise extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
francescotimperi committed Feb 22, 2024
1 parent 0255aeb commit fc71395
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion demos/openwhisk-kube/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,16 @@ tasks:
-s templates/{{.F}}.yaml | tee export/{{.F}}.yaml
fi
vars:
TPL: openwhisk-deploy-kube/helm/openwhisk
TPL: openwhisk-deploy-kube/helm/openwhisk

export-enterprise:
cmds:
- |
if test -z "{{.F}}"
then ls "{{.TPL}}/templates" ; echo select with "F=<file>" no .yaml
else helm template nuvolaris {{.TPL}} \
-n nuvolaris -f my-ent-cluster.yaml \
-s templates/{{.F}}.yaml | tee export/{{.F}}.yaml
fi
vars:
TPL: openwhisk-deploy-kube/helm/openwhisk

0 comments on commit fc71395

Please sign in to comment.