Compare commits

..

1 Commits

Author SHA1 Message Date
t.behrendt 4e1d3c0090 feat: add namespace override (#57)
Release / Release (push) Successful in 12s
Reviewed-on: #57
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-05-26 20:47:53 +02:00
+1 -1
View File
@@ -113,7 +113,7 @@ jobs:
action: deploy action: deploy
manifests: "${{ inputs.k8s_dir }}" manifests: "${{ inputs.k8s_dir }}"
strategy: basic strategy: basic
namespace: ${{ steps.namespace.outputs.namespace }} namespace: ${{ inputs.namespace || steps.namespace.outputs.namespace }}
deploy-helm: deploy-helm:
runs-on: ubuntu-latest runs-on: ubuntu-latest