Improve substitution of variables in Kustomize components #2491
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
Kustomize components (like
alloydb
andshopping-assistant
) rely on some dynamic variables to be substituted. We currently rely onsed
but that is not best practices. Additionally,sed
behaviour can change depending on the user's OS.Let's thinking about how we can improve this flow.
Example: https://github.com/GoogleCloudPlatform/microservices-demo/blob/main/kustomize/components/shopping-assistant/scripts/1_deploy_alloydb_infra.sh#L91-L112
The text was updated successfully, but these errors were encountered: