draughtsman
draughtsman copied to clipboard
draughtsman installation should not require manual filling of values.yml
Current process with installing draughtsman is strange (described here - https://github.com/giantswarm/giantswarm/wiki/Draughtsman-Installation#install-draughtsman-chart)
- prepare draughtsman values (config map an secret)
- download helm package
- untar helm package
- replace
values.yaml
with values from config map + decrypted secrets - install helm package
- create secret and config map draughtsman values to k8s cluster
I kinda miss the reason why we need to put the draughtsman values in two places and at this point, it doesn't work if we don't do that.
THis should be improved.