From c081a57cf51605ec405375c9e9dd611e059fabca Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 6 Feb 2021 00:28:05 -0800 Subject: [PATCH] adjust docker image name --- README.md | 4 ++-- seaweedfs-operator.iml | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d5a48c1..44f2136 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ $ make deploy $ make docker-build # load the image into Kind cluster -$ kind load docker-image seaweedfs/operator:v0.0.1 +$ kind load docker-image chrislusf/seaweedfs-operator:v0.0.1 # From another terminal in the same directory $ kubectl apply -f config/samples/seaweed_v1_seaweed.yaml @@ -62,7 +62,7 @@ $ kubectl delete namespace seaweedfs-operator-system $ make docker-build # load the image into Kind cluster -$ kind load docker-image seaweedfs/operator:v0.0.1 +$ kind load docker-image chrislusf/seaweedfs-operator:v0.0.1 # register the CRD with the Kubernetes $ make deploy diff --git a/seaweedfs-operator.iml b/seaweedfs-operator.iml index 7910e6d..8021953 100644 --- a/seaweedfs-operator.iml +++ b/seaweedfs-operator.iml @@ -1,11 +1,5 @@ - - - -