Skip to content

Commit

Permalink
fix import image in cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <[email protected]>
  • Loading branch information
alexandreLamarre committed Apr 15, 2024
1 parent 132d241 commit 2007930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ echo "${CLUSTER_NAME} ready"

IMAGE=${REPO}/backup-restore-operator:${TAG}

k3d import image ${IMAGE} -c ${CLUSTER_NAME}
k3d image import ${IMAGE} -c ${CLUSTER_NAME}

0 comments on commit 2007930

Please sign in to comment.