This commit is contained in:
subochev 2026-02-19 16:47:04 +03:00
parent 1a0a4550ef
commit 016d7bd88b

View File

@ -61,7 +61,10 @@ jobs:
path: 'helms' path: 'helms'
- name: Deploy - name: Deploy
run: | run: |
helm upgrade --install devspace-apiregistry-core ./helms/${{ github.event.inputs.repo_path }} \ pathToHelm='/helms/${{ github.event.inputs.repo_path }}'
releaseName=$(basename "pathToHelm")
echo "Release Name: $releaseName"
helm upgrade --install "$releaseName" "$pathToHelm" \
--namespace devx \ --namespace devx \
--kubeconfig ./ku.yaml \ --kubeconfig ./ku.yaml \
--create-namespace \ --create-namespace \