-
Notifications
You must be signed in to change notification settings - Fork 22
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
Allow custom deploy command in charm header #1664
Comments
This seems like an easy feature, but has large consequences and adds a lot more complexity. I would suggest the Grafana charm should be updated with proper documentation that informs users that they may need to run |
This is could be nice feature!
|
Hi, I would like to work on this, What I have understood is that we need to send the deploy commands to html file from python or may be from some config file. Is my understanding correct and is this issue still up for development ? Thank you. |
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/WD-13797.
|
Currently, all charms have the same deploy command,
juju deploy <charm name>
:In some cases this would result in "broken" deployment.
For example, deploying grafana (and others) requires a
--trust
flag:juju deploy grafana-k8s --trust
The text was updated successfully, but these errors were encountered: