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