You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the current slack image uses kubectl to read a secret with a known name to find out the channel hook to send the notification to;
a better approach would to support reading the secret from env or from a file within the local system; this would allow penny to use env or volumeMounts on her pipeline spec. This would also making reading a secret with a known name redundant, so we can remove it.
tasks
support for getting the slack hook url from a environment variable
support for getting the slack hook url from a volumeMount
drop support from reading from a known secret
update docs
bump the version and release a new image
The text was updated successfully, but these errors were encountered:
the current slack image uses
kubectl
to read a secret with a known name to find out the channel hook to send the notification to;a better approach would to support reading the secret from env or from a file within the local system; this would allow penny to use
env
orvolumeMounts
on her pipeline spec. This would also making reading a secret with a known name redundant, so we can remove it.tasks
The text was updated successfully, but these errors were encountered: