emberstack/docker-sftp

Not producing helm deployment from updated Users list.

lazydino opened this issue · 2 comments

It seems that the Helm package version doesn't update values and trigger pod deployment properly. I am trying to update user list through my values.yaml file. When run with '-f values.yaml' with updated user list, it does pick up the new user list when I examine with 'helm get values', but the pod was not replaced and deployed with new users. I will need to comment out my changes in the values yaml file to get the new pod created with default 'demo' user first, and than update my user list again to create all my sftp users accounts?

It is as if it only refresh the deployment when configuration/users change from 'null' but NOT on updating members? I also noticed that when I tried producing new Helm release with updated 'configuration\users', it always issues a warning of

coalesce.go:160: warning: skipped value for configuration: Not a table.

Is there something wrong with detecting changes in YAML array data type like

configuration:
Users:
- Username: demo1
Password: "demo1"
- Username: demo2
Password: "demo2"

Above should be properly indent for yaml.

stale commented

Automatically marked as stale due to no recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

Automatically closed stale item.