workflow issue fixed
This commit is contained in:
parent
5ce090e45e
commit
b8165d2b3c
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user