Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[catalog-server] Add schemas and specifications via values #48

Open
blootsvoets opened this issue Aug 25, 2022 · 0 comments
Open

[catalog-server] Add schemas and specifications via values #48

blootsvoets opened this issue Aug 25, 2022 · 0 comments

Comments

@blootsvoets
Copy link
Member

Use approach as sketched in helmfile feature request to have catalog-server read schemas and specifications from a dedicated directory, making it easier to add new schemas and specifications to an installation.

{{- range $_, $file := ( exec "sh" (list "-c" "echo -n path/to/files/*") | splitList " " ) }}
{{ regexReplaceAll ".*/" $file "" | indent 4 }}: |
{{ readFile $file | indent 6 }}
{{ end }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant