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
Describe the bug
There are several issues with the way that DSM handles Helm:
DSM only performs helm install/uninstall on resources.
DSM does not specify the namespace that it is deploying into and relies on changing the default namespace in the kube context. This requires a helper script to be run prior to the helm execution (to change the default namespace of the kube context).
To Reproduce
Steps to reproduce the behavior:
Attempt to manage helm resources with DSM.
Expected behavior
Helm needs to perform an install when a resource is provisioned.
Helm needs to perform an upgrade when a resource is changed.
Helm either uses the current kube context default namespace or requires a namespace to be declared from the command line.
Screenshots
None
The text was updated successfully, but these errors were encountered:
Describe the bug
There are several issues with the way that DSM handles Helm:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
None
The text was updated successfully, but these errors were encountered: