normalize the helm actions
This commit is contained in:
@@ -67,7 +67,6 @@ runs:
|
||||
SET_FLAGS="$SET_FLAGS --set image.repository=$IMAGE_PATH"
|
||||
fi
|
||||
helm dependency update "$CHART_PATH"
|
||||
echo "Running: helm upgrade $DEPLOYMENT_NAME $CHART_PATH -n $NAMESPACE --values $VALUES_FILE$SET_FLAGS"
|
||||
helm upgrade "$DEPLOYMENT_NAME" "$CHART_PATH" -n "$NAMESPACE" --values "$VALUES_FILE" $SET_FLAGS
|
||||
|
||||
- name: Remove kubeconfig
|
||||
|
||||
Reference in New Issue
Block a user