Skip to content
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

Use private configmap chart for OCI testing #1898

Merged
merged 3 commits into from
Oct 24, 2023

Conversation

weyfonk
Copy link
Contributor

@weyfonk weyfonk commented Oct 23, 2023

This fixes failures in E2E tests requiring secrets, caused by private test chart guestbook-private having been deleted by mistake.
Instead, those tests now use a new, more lightweight configmap-only private test chart.

Refers to #1866.
Depends on fleet-test-data#9.

Test

This relates to E2E tests requiring secrets, hence can only be tested in CI.
See this run against the feature branch from which this PR originates.

@weyfonk weyfonk force-pushed the 1866-use-private-configmap-chart branch from 6d13776 to 5d68150 Compare October 23, 2023 15:58
Those tests requiring external secrets previously relied on a private
`guestbook` chart with a front-end server. They now expect a config map,
coming from a much more lightweight test chart.
This is a test commit to validate that OCI tests requiring secrets work
as expected against a test, configmap-only chart.
This must be reverted as soon as the corresponding `fleet-test-data` PR
is merged.
@weyfonk weyfonk force-pushed the 1866-use-private-configmap-chart branch from 5d68150 to 4d43f73 Compare October 24, 2023 08:40
@weyfonk weyfonk marked this pull request as ready for review October 24, 2023 09:14
@weyfonk weyfonk requested a review from a team as a code owner October 24, 2023 09:14
@weyfonk weyfonk merged commit eec4231 into master Oct 24, 2023
@weyfonk weyfonk deleted the 1866-use-private-configmap-chart branch October 24, 2023 09:18
aruiz14 pushed a commit that referenced this pull request Nov 23, 2023
End-to-end tests requiring external secrets for OCI access previously           
relied on a private `guestbook` chart with a front-end server.    

They now expect a config map, coming from a much more lightweight test           
chart.
aruiz14 pushed a commit that referenced this pull request Nov 23, 2023
End-to-end tests requiring external secrets for OCI access previously           
relied on a private `guestbook` chart with a front-end server.    

They now expect a config map, coming from a much more lightweight test           
chart.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants