Merge pull request #712 from ctartici/main#727
Merged
ctartici merged 1 commit intoopenshift-service-mesh:release-3.3from Mar 17, 2026
Merged
Merge pull request #712 from ctartici/main#727ctartici merged 1 commit intoopenshift-service-mesh:release-3.3from
ctartici merged 1 commit intoopenshift-service-mesh:release-3.3from
Conversation
Author
|
/retest |
cert-manager operator removal process improvements
0f2c440 to
21f5a98
Compare
fjglira
approved these changes
Mar 17, 2026
83342a7
into
openshift-service-mesh:release-3.3
7 of 8 checks passed
hhovsepy
pushed a commit
to hhovsepy/sail-operator
that referenced
this pull request
Apr 8, 2026
…penshift-service-mesh#727) * Add ConfigMap with final Helm values Ever since the profiles were reimplemented within the Helm charts, there has been no way to see the actual values that were used to render the charts. This includes the values from the user-selected profile, the platform profile, and the compatibility version profile. Previously, when the values from the profiles were applied before Helm was invoked, you could use `helm get values` to see the final set of values. Now, this is no longer possible, because the profile values are applied within the rendering process by the zzz_profile.yaml template and aren't stored anywhere. This commit introduces a new ConfigMap with the name `values` for the default revision, and `values-<revision>` for all others. This ConfigMap will allow the operator (and users) to look up the actual values used to render the charts. Signed-off-by: Marko Lukša <mluksa@redhat.com> * Add note about `values` ConfigMap to docs Signed-off-by: Marko Lukša <mluksa@redhat.com> --------- Signed-off-by: Marko Lukša <mluksa@redhat.com>
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
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.
cert-manager operator removal process improvements
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Related Issue/PR #
Additional information: