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:
@@ -1,7 +1,2 @@
|
||||
resources:
|
||||
- manager.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
images:
|
||||
- name: controller
|
||||
newName: quay.io/airshipit/vino
|
||||
|
Reference in New Issue
Block a user