Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Allow parameters for upgrade and uninstall #220

Closed
technosophos opened this issue Sep 21, 2018 · 1 comment · Fixed by #256
Closed

Allow parameters for upgrade and uninstall #220

technosophos opened this issue Sep 21, 2018 · 1 comment · Fixed by #256
Assignees
Labels
0 - 🚨🍩 Priority: Emergency Doughnut
Projects

Comments

@technosophos
Copy link
Member

The upgrade and uninstall commands currently do not let you specify parameters.

@squillace
Copy link

as of 48dbf3c, they do, but they throw errors:

duffle uninstall hellohelm-secondcreds -c hellohelm                                                                                                                   ✔  4693  21:49:40
Executing uninstall action...
[== Hi Duffle user ==]
uninstall action
Error: could not get Kubernetes config for context "": Error loading config file "/root/.kube/config": couldn't get version/kind; json parse error: json: cannot unmarshal string into Go value of type struct { APIVersion string "json:\"apiVersion,omitempty\""; Kind string "json:\"kind,omitempty\"" }
Action uninstall complete for hellohelm-secondcreds

I can assure you that cred set isn't empty:

duffle credentials show hellohelm                                                                                                                                     ✔  4697  21:54:20
name: hellohelm
credentials:
- destination:
    path: /root/.kube/config
  name: kubeconfig
  source:
    value: $HOME/.kube/config

@technosophos technosophos added this to To do in MVP Sep 27, 2018
@technosophos technosophos added the 0 - 🚨🍩 Priority: Emergency Doughnut label Sep 27, 2018
@technosophos technosophos self-assigned this Oct 2, 2018
@technosophos technosophos moved this from To do to In progress in MVP Oct 2, 2018
MVP automation moved this from In progress to Done Oct 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
0 - 🚨🍩 Priority: Emergency Doughnut
Projects
MVP
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants