Skip to content

Commit 27eae40

Browse files
committed
taskfile
1 parent eb6e69e commit 27eae40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/demo-enterprise/Taskfile.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ tasks:
2727
- kubectl config set-context --current --namespace nuvolaris
2828

2929
couchdb:
30-
- kubectl {{.CMD}} -f couchdb
30+
- kubectl {{.CMD}} -f couchdb
3131

3232
couchdb:delete: task couchdb CMD=delete
3333

3434
redpanda:
35-
- kubectl {{.CMD}} -f redpanda
35+
- kubectl {{.CMD}} -f redpanda
3636

3737
kafka:
3838
- kubectl -n nuvolaris apply -f kafka

0 commit comments

Comments
 (0)