adjust ci

This commit is contained in:
2025-09-26 21:00:14 +02:00
parent cddc32c15f
commit af5abef4e9
2 changed files with 3 additions and 38 deletions

View File

@@ -10,12 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/.gitea/actions/extract-namespace-from-repo-name@v0
id: namespace
with:
repo: ${{ github.repository }}
- uses: azure/setup-kubectl@v4
- uses: azure/setup-helm@v4
- uses: azure/k8s-set-context@v4
with:
method: kubeconfig
@@ -23,10 +18,6 @@ jobs:
- name: Validate
uses: azure/k8s-lint@v3
with:
namespace: ${{ steps.namespace.outputs.namespace }}
lintType: dryrun
manifests: "k8s/"
- name: Validate Helm
uses: helmfile/helmfile-action@v2.0.5
with:
helmfile-args: diff
server-side: true