Skip to content

Commit

Permalink
updated images for e2e tests using Kustomize
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Khare <[email protected]>
  • Loading branch information
khareyash05 committed Aug 9, 2023
1 parent 642edbd commit c0d4635
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
5 changes: 0 additions & 5 deletions kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ resources:
- ./controller-manager
- ./crds
- ./internalstorage/postgres

patches:
- path: patches.yaml
target:
kind: Clusterpedia
18 changes: 0 additions & 18 deletions kustomize/patches.yaml

This file was deleted.

25 changes: 25 additions & 0 deletions test/kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../kustomize

images:
- name: clustersynchroManager.image.registry
newName: localtest
- name : clustersynchroManager.image.repository
newName: clustersynchro-manager-amd64
- name : clustersynchroManager.image.tag
newTag: test
- name: apiserver.image.registry
newName: localtest
- name : apiserver.image.repository
newName: clustersynchro-manager-amd64
- name : apiserver.image.tag
newTag: test
- name: controller_manager.image.registry
newName: localtest
- name : controller_manager.image.repository
newName: clustersynchro-manager-amd64
- name : controller_manager.image.tag
newTag: test

0 comments on commit c0d4635

Please sign in to comment.