We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We now have a scenario for synchronizing chart that uses charts-syncer.
We need to add some custom classification properties to the synchronized chart to indicate different purposes.
Our method is to adds some custom annotations to the target Chart.yaml, but they are not currently supported in charts-syncer.
charts-syncer
# Annotations in Chart.yaml apiVersion: The chart API version ... annotations: updateTime: "xxxx"
Adding a chart field in the config file. This will greatly help users manage charts during synchronization.
# config.yaml used by charts-syncer source: ... target: chart: annotations: updateTime: "xxxx" charts: - xxx - xxx
The text was updated successfully, but these errors were encountered:
Thanks for sharing. I found a lot of interesting information here. ADP Vantage Hcm
Sorry, something went wrong.
No branches or pull requests
We now have a scenario for synchronizing chart that uses charts-syncer.
Why we need this?
We need to add some custom classification properties to the synchronized chart to indicate different purposes.
Our method is to adds some custom annotations to the target Chart.yaml, but they are not currently supported in
charts-syncer
.What we want?
Adding a chart field in the config file. This will greatly help users manage charts during synchronization.
The text was updated successfully, but these errors were encountered: