-
Notifications
You must be signed in to change notification settings - Fork 148
chore: unify yaml file naming #4057
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
Conversation
hamza-m-masood
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like this change!
What about the yml files referenced as application configs? For example:
camunda-platform-helm/charts/camunda-platform-8.5/templates/tasklist/deployment.yaml
Line 177 in 8cba27d
| mountPath: /app/resources/application.yml |
|
Same for components in other versions too |
|
@hamza-m-masood good point 👌 We already renamed most of the files for the apps config, the only one is not renamed is Connectors. I will not touch the released versions, but we can make it now for alpha (8.8). |
8cba27d to
62be73f
Compare
Which problem does the PR fix?
Epic: https://github.com/camunda/team-distribution/issues/433
What's in this PR?
Some YAML files don't follow the convention we have in the repo and use
ymlinstead ofyamlextension.