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

feat: add external file for other configs #73

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

eminaktas
Copy link
Contributor

This PR adds new optional field to pass templates as file for all other configuration in values.yaml

Example:

config/
├── krakend.tmpl
├── partials
│   ├── input_headers.tmpl
│   └── rate_limit_backend.tmpl
├── settings
│   └── dev
│       ├── backends.json
│       ├── endpoints.json
│       └── service.json
└── templates
    └── endpoints.tmpl
configFileSource: "config/krakend.tmpl"
partialsDirSource: "config/partials/**.tmpl"
settingsDirSource: "config/settings/dev/**.json"
templatesDirSource: "config/templates/**.tmpl"

@eminaktas eminaktas force-pushed the feat/add-more-templating branch 3 times, most recently from 7ae26f7 to 47d06eb Compare October 25, 2023 13:18
@eminaktas eminaktas force-pushed the feat/add-more-templating branch from 47d06eb to aabf0a1 Compare October 25, 2023 15:37
@JAORMX JAORMX merged commit 9f65643 into equinixmetal-helm:main Oct 29, 2023
12 checks passed
@JAORMX
Copy link
Collaborator

JAORMX commented Oct 29, 2023

Thanks for working on this!

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

Successfully merging this pull request may close these issues.

2 participants