-
Notifications
You must be signed in to change notification settings - Fork 68
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
[ACM-13266] - Enable mounting of arbitrary Secrets by alertmanager #1593
Conversation
Skipping CI for Draft Pull Request. |
/retest |
/test test-e2e |
20b639c
to
98a819a
Compare
/test pr-image-mirror-rbac-query-proxy |
/retest |
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.
Thanks!
operators/multiclusterobservability/pkg/rendering/renderer_alertmanager.go
Show resolved
Hide resolved
Signed-off-by: Philip Gough <[email protected]>
Signed-off-by: Philip Gough <[email protected]>
Signed-off-by: Philip Gough <[email protected]>
…advanced config Signed-off-by: Philip Gough <[email protected]>
fc0662a
to
7dd2316
Compare
Quality Gate passedIssues Measures |
/test test-e2e |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: philipgough, saswatamcode The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…tolostron#1593) * bingo: Update controller-gen/tools versions Signed-off-by: Philip Gough <[email protected]> * make: generate Signed-off-by: Philip Gough <[email protected]> * make: bundle Signed-off-by: Philip Gough <[email protected]> * mco:alertmanager: Allow mounting of arbitrary secrets via volumes in advanced config Signed-off-by: Philip Gough <[email protected]> --------- Signed-off-by: Philip Gough <[email protected]>
…tolostron#1593) * bingo: Update controller-gen/tools versions Signed-off-by: Philip Gough <[email protected]> * make: generate Signed-off-by: Philip Gough <[email protected]> * make: bundle Signed-off-by: Philip Gough <[email protected]> * mco:alertmanager: Allow mounting of arbitrary secrets via volumes in advanced config Signed-off-by: Philip Gough <[email protected]> --------- Signed-off-by: Philip Gough <[email protected]>
https://issues.redhat.com/browse/ACM-13266 - allows a user to mount Secrets in alertmanager from the
advancedConfig
option in MCO.Following the pattern of prometheus-operator, Secrets will be mounted as a volume named secret-. Secrets are mounted into /etc/alertmanager/secrets/ in the 'alertmanager' container.