Skip to content

Commit

Permalink
operator: Merge pull request redpanda-data#739 from alenkacz/av/fix-e2e
Browse files Browse the repository at this point in the history
operator/tests: fix loading image for e2e tests
  • Loading branch information
emaxerrno authored Mar 3, 2021
2 parents 75f9b0e + 284f892 commit 54b16ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ uninstall: manifests kustomize

# Deploy controller in the configured Kubernetes cluster in ~/.kube/config
deploy: manifests kustomize
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
cd config/manager && $(KUSTOMIZE) edit set image vectorized/redpanda-operator=${IMG}
$(KUSTOMIZE) build config/default | kubectl apply -f -

# Deploy pre loaded controller in the configured Kind Kubernetes cluster
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ configMapGenerator:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
- name: vectorized/redpanda-operator
newName: vectorized/redpanda-operator
newTag: latest

0 comments on commit 54b16ec

Please sign in to comment.