Using Replacements
to substitute a key in multi-line strings of a ConfigMap
#5358
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm working on the kubeflow/pipelines#10053 effort to port old vars reference to replacements and I stumbled upon a specific case. In the below example, I would like to replace the
KFP_NAMESPACE
andKFP_ARTIFACT_BUCKET_NAME
strings with some value. Can someone help with how I can structure my replacements section in theKustomization.yaml
?I think this might be related to #4517 and #4558 ? Any workarounds or solutions at this time?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions