Skip to content

Commit 8577f12

Browse files
p4trickweissJ12934
authored andcommitted
Add kind-deploy task for operator
Signed-off-by: p4trickweiss <p4trick.weiss@gmail.com>
1 parent 5406bab commit 8577f12

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

operator/Taskfile.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,13 @@ tasks:
210210
--set="lurker.image.pullPolicy=IfNotPresent" \
211211
$MINIO_ARGS
212212
213+
kind-deploy:
214+
desc: "Import and deploy Docker images to kind"
215+
dir: '{{ .TASKFILE_DIR }}'
216+
cmds:
217+
- task: kind-import
218+
- task: helm-deploy
219+
213220
install:
214221
desc: "Install CRDs into the K8s cluster specified in ~/.kube/config"
215222
deps: [manifests]

0 commit comments

Comments
 (0)