-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
When attempting to set encryptionkey for devspace cloud via devspace set encryptionkey <KEY> --cluster=<CLUSTER>
, the success message outputs Succesfully set encryption key for cluster <KEY>
with the key in the success message instead of the cluster name.
This is the command and output
devspace set encryptionkey "SOME_KEY" --cluster=CLUSTER_NAME
[info] Successfully set encryption key for cluster SOME_KEY
What did you expect to happen instead?
The success message should say the cluster name.
How can we reproduce the bug? (as minimally and precisely as possible)
devspace set encryptionkey <KEY> --cluster=<CLUSTER>
Local Environment:
- DevSpace Version: 5.0.2
- Also using devspace-cloud plugin
- Operating System: mac
- Deployment method: kubectl apply
Kubernetes Cluster:
- Cloud Provider: google
- Kubernetes Version: 1.16.6-beta0
Anything else we need to know?
/kind bug
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working