diff --git a/.github/workflows/deploy-postgres-dev.yml b/.github/workflows/deploy-postgres-dev.yml index 1eb8389..1ba1ca2 100644 --- a/.github/workflows/deploy-postgres-dev.yml +++ b/.github/workflows/deploy-postgres-dev.yml @@ -30,9 +30,6 @@ jobs: kubectl config set-context runner-context --cluster=microk8s --user=runner --namespace="$NAMESPACE" kubectl config use-context runner-context - - name: Apply DEV secrets - run: kubectl apply -f db/k8s/secrets/ - - name: Deploy DEV Postgres run: kubectl apply -f db/k8s/postgres/postgres-dev-stripe-to-invoice.yaml