ory / k8s

Kubernetes Helm Charts for the ORY ecosystem.
https://k8s.ory.sh/helm
Apache License 2.0
336 stars 259 forks source link

feat: tpl identitySchemas files #506

Closed dro-sh closed 2 years ago

dro-sh commented 2 years ago

Use Helm tpl function to substitute file from values. Closes #505

I would like to write identities schema on separate file, not on .Values.kratos.identitySchemas.<filename>.<json-schema>. Json schema locales on same directory which my values on. It allows me to use hints from my IDE. More details on linked issue

Related Issue or Design Document

With PR linked to #505 issue. I use Helm tpl function to substitute template to file which are set using --set-file Helm CLI argument. Example described on issue

Checklist

Further comments

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.