-
Notifications
You must be signed in to change notification settings - Fork 701
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
[BUG] Missing GCP field in notifications configuration #3070
Comments
Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏 |
Hi there, also wanted to bump this. We're currently blocked on rolling out GCP based notifications due to this
|
Adding something like this should fix:
Also region is deprecated I think? So can be removed |
Btw, fix PR is up, see below |
Describe the bug
When trying to update to Flyte 1.2.0,
helm diff
command showsnotifications.gcp
field inflyte-admin-base-config
would be deleted:This gcp field got removed on Helm templates in #2781. However, the gcp field seems still needed as shown in flyteadmin config
Expected behavior
The
notifications.gcp
field should not be deleted.Additional context to reproduce
In values.yaml, you must set notifications.gcp:
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: