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

Helm Resources Are Not Applied Correctly #7

Open
afflom opened this issue Oct 7, 2020 · 0 comments
Open

Helm Resources Are Not Applied Correctly #7

afflom opened this issue Oct 7, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@afflom
Copy link
Contributor

afflom commented Oct 7, 2020

Describe the bug
There are several issues with the way that DSM handles Helm:

  1. DSM only performs helm install/uninstall on resources.
  2. 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:

  1. Attempt to manage helm resources with DSM.

Expected behavior

  1. Helm needs to perform an install when a resource is provisioned.
  2. Helm needs to perform an upgrade when a resource is changed.
  3. Helm either uses the current kube context default namespace or requires a namespace to be declared from the command line.

Screenshots
None

@afflom afflom added the bug Something isn't working label Oct 7, 2020
@afflom afflom added this to the MVP milestone Oct 7, 2020
@afflom afflom self-assigned this Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant