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

Fixing the schema for slack_channel_override #291

Merged
merged 1 commit into from
Jun 25, 2021

Conversation

JeffAshton
Copy link
Contributor

@JeffAshton JeffAshton commented Jun 25, 2021

Fixes schema for slack_channel_override

@@ -495,7 +495,7 @@ properties:
### Slack
slack_webhook_url: *arrayOfString
slack_username_override: {type: string}
slack_channel_override: {type: string}
slack_channel_override: *arrayOfString
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slack_channel_override can be either a single string or many:

if isinstance(self.slack_channel_override, str):

@jertel jertel merged commit c4d7347 into jertel:master Jun 25, 2021
@jertel
Copy link
Owner

jertel commented Jun 25, 2021

Thank you!

@JeffAshton
Copy link
Contributor Author

Thank you!

No, thank you sir for picking up this project. I was on the fence about doing the same.

@jlmolinyawe
Copy link

Is it possible to push a new image version with this fix?

@jertel
Copy link
Owner

jertel commented Jul 2, 2021

Yes, there's also a helm change that's waiting on a release. Planning to do one this weekend.

@jlmolinyawe
Copy link

Thank you!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants