ci: deploy manifests

This commit is contained in:
2026-05-26 20:50:02 +02:00
parent e87344958c
commit f97cf9070e
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -49,3 +49,11 @@ jobs:
registry-password: ${{ secrets.REGISTRY_PASSWORD }} registry-password: ${{ secrets.REGISTRY_PASSWORD }}
repo-name: authentik-kubernetes-operator repo-name: authentik-kubernetes-operator
tag: ${{ needs.create_tag.outputs.tag }} tag: ${{ needs.create_tag.outputs.tag }}
deploy:
needs: build_and_push_image
uses: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/.gitea/workflows/deploy.yaml@1.1.0
with:
k8s_dir: ./k8s
skip_helm_deployment: true
skip_shared_secrets_deployment: true
+1
View File
@@ -0,0 +1 @@
---