SkygearIO / features

Feature Tracking Repo for Skygear
Apache License 2.0
3 stars 12 forks source link

skycli support empty secret / config value #426

Open hidden-dimensions opened 4 years ago

hidden-dimensions commented 4 years ago

Description

skycli secret create foo ""
ERROR: Missing required arguments: value or file

Since we do not have configmap yet, we abused secret as a config store to provision multiple deployments using single skygear.yaml. And sometime we want a blank string on certain deployment.