From 2e720c326a02ea45102e65b2dd6b964f463043ed Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Sun, 17 Mar 2024 16:15:28 +0100 Subject: [PATCH] remove zitadel deploy (It is done by argocd) --- .github/workflows/deploy_zitadel.yml | 46 ---------------------------- 1 file changed, 46 deletions(-) delete mode 100644 .github/workflows/deploy_zitadel.yml diff --git a/.github/workflows/deploy_zitadel.yml b/.github/workflows/deploy_zitadel.yml deleted file mode 100644 index 0fac1fc..0000000 --- a/.github/workflows/deploy_zitadel.yml +++ /dev/null @@ -1,46 +0,0 @@ - name: Deploy Zitadel to Kubernetes -on: - push: -# branches: -# - main - paths: - - 'deployment/zitadel_values.yaml' - - '.github/workflows/deploy_zitadel.yml' - -jobs: - deployment: - name: Deploy Zitadel to Kubernetes - runs-on: 'ubuntu-latest' - steps: - - uses: actions/checkout@v4 - name: Checkout - - name: Deploy to Kubernetes - uses: actions-hub/kubectl@master - env: - KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }} - with: - args: apply -f deployment/certs-job.yaml - - - name: 'Deploy Database' - uses: 'vimeda/helm@v1' - with: - release: 'database' - repo: 'https://charts.zitadel.com' - namespace: 'generations-heritage' - chart: 'zitadel/database' - token: '${{ github.token }}' - value-files: "deployment/database_values.yaml" - env: - KUBECONFIG_FILE: '${{ secrets.KUBECONFIG }}' - - - name: 'Deploy Zitadel' - uses: 'vimeda/helm@v1' - with: - release: 'zitadel' - repo: 'https://charts.zitadel.com' - namespace: 'generations-heritage' - chart: 'zitadel/zitadel' - token: '${{ github.token }}' - value-files: "deployment/zitadel_values.yaml" - env: - KUBECONFIG_FILE: '${{ secrets.KUBECONFIG }}' \ No newline at end of file