This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Support jsonpath overrides #520
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Overrides are easy to specify for simple paths (e.g.
spec.replicas
), but overriding paths with an indexed field (e.g.spec.template.spec.containers[0].image
) requires using a separate configmap or secret resource to work around the lack of indexing support in the path-based mechanism. This suggests supporting json-patch directives:It should be possible to supply both
clusterOverrides
andjsonPatches
so long as the ordering of application is documented.Previously: #400
cc: @danehans @mvazquezc
The text was updated successfully, but these errors were encountered: