-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌱 kustomize for e2e tests #555
Closed
Closed
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
642edbd
:seedling: kustomize for e2e tests
khareyash05 c0d4635
updated images for e2e tests using Kustomize
khareyash05 e1a6f2b
fix typo for images
khareyash05 bfbbe2c
updated kustomization.yaml to update images
khareyash05 3edb974
update new image names for components
khareyash05 4c25617
update e2e script for kustomize
khareyash05 4d946ca
update script to add kustomize
khareyash05 9777a84
Merge branch 'clusterpedia-io:main' into main
khareyash05 66bae2b
update apiservice metadata name to enable Kustomize to run
khareyash05 07fbb40
changed namespace
khareyash05 8ac8b85
add pvc.patch.yaml file
khareyash05 50bf59e
update helper.sh
khareyash05 35375ef
update selector to null
khareyash05 805fb70
add pvc.patch.yaml file
khareyash05 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- ../../kustomize | ||
|
||
images: | ||
- name: ghcr.io/clusterpedia-io/clusterpedia/apiserver | ||
newName: localtest/apiserver-amd64 | ||
newTag: test | ||
- name: ghcr.io/clusterpedia-io/clusterpedia/clustersynchro-manager | ||
newName: localtest/clustersynchro-manager-amd64 | ||
newTag: test | ||
- name: ghcr.io/clusterpedia-io/clusterpedia/controller-manager | ||
newName: localtest/controller-manager-amd64 | ||
newTag: test | ||
|
||
patches: | ||
- path: pvc.patch.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
apiVersion: v1 | ||
kind: PersistentVolumeClaim | ||
metadata: | ||
name: internalstorage-postgres | ||
namespace: clusterpedia-system | ||
spec: | ||
selector: null |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clusterpedia/kustomize/internalstorage/postgres/clusterpedia_internalstorage_deployment.yaml
Line 51 in b491fe7
load_image "${name}" postgres:12