-
Notifications
You must be signed in to change notification settings - Fork 2
Support for specifying path for profiles in templates #2225
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
Merged
Conversation
This file contains hidden or 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
b2b6651 to
91c9a6d
Compare
foot
reviewed
Jan 19, 2023
foot
reviewed
Jan 19, 2023
cmd/clusters-service/pkg/templates/testdata/template-with-profiles-params.yaml
Outdated
Show resolved
Hide resolved
df2d7d7 to
b222969
Compare
…helmRepositoryTemplate path and helmReleaseTemplate paths
…seTemplateSpec Add test case for unique helm release template path in processor test
f992388 to
d18cbdc
Compare
6849364 to
d6ee10b
Compare
d6ee10b to
430cd58
Compare
- Fixes small regression where required=false should allow editing
foot
approved these changes
Jan 20, 2023
Collaborator
foot
left a comment
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.
💯 !
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #2107
depends on : weaveworks/templates-controller#8
What changed?
0.1.1v0.1.2Why was this change made?
To be used to allow users to specify the path of the helm repository or each helm release
How was this change implemented?
Update charts spec of templates with HelmRepositoryTemplate path and HelmReleaseTemplate path
How did you validate the change?
manual test full scenario
unit test cases for retrieving params for helmRepositoryTemplate path, helmReleaseTemplate path
Release notes
Documentation Changes