diff --git a/environment-provisioner/workflow-template.yaml b/environment-provisioner/workflow-template.yaml index dc5e8bb..7b52e41 100644 --- a/environment-provisioner/workflow-template.yaml +++ b/environment-provisioner/workflow-template.yaml @@ -318,10 +318,11 @@ spec: VALUES_OVERRIDE_FILE="values-override-${SANITIZED_SERVICE}.yaml" echo "$EDITED_CONTENT" > "manifests/$VALUES_OVERRIDE_FILE" echo " Created: manifests/$VALUES_OVERRIDE_FILE" - # Set inline values reference for ArgoCD + # Set inline values for ArgoCD - indent the content properly + INDENTED_CONTENT=$(echo "$EDITED_CONTENT" | sed 's/^/ /') INLINE_VALUES=" values: | - $(echo "$EDITED_CONTENT" | sed 's/^/ /')" + $INDENTED_CONTENT fi # Process external params for disabled Helm dependencies (e.g., external database config)