-
-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Milestone
Description
Moved from https://github.com/StackStorm/st2enterprise-dockerfiles/issues/41
As part of the Helm app, add an option to import yaml-formatted data into st2 K/V storage.
So user defines a list of required K/V in Helm values.yaml.
An example from ops-infra (private repo) for st2cicd server, which uses a lot of K/V:
https://github.com/StackStorm/ops-infra/blob/master/roles/stackstorm.st2cicd/defaults/main.yml#L2
In short, we need to rely on st2 key load <...> command to import K/V settings and do that via one-time K8s job, similar to how register content works.