Remove unnecessary image rename Kustomization

The image name specified in manager/manager.yaml is
quay.io/airshipit/vino but was previously called controller. An early
development attempt led to the name being changed via Kustomize rather
than specified directly in manager.yaml.

This patch removes that artifact by simply using the quay name defined
in manager.yaml

Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
Change-Id: I589e4493a181c892defa832df67d192382ddc498
This commit is contained in:
Alexander Hughes 2020-12-29 14:40:30 -05:00
parent f4336c9336
commit 3bd4dbb470

View File

@ -1,7 +1,2 @@
resources:
- manager.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: quay.io/airshipit/vino