diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ad105920..0bd33bea 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -228,6 +228,9 @@ jobs: kubectl apply -f deploy/opensearch.yaml kubectl -n cameleer rollout status statefulset/opensearch --timeout=180s + kubectl apply -f deploy/clickhouse.yaml + kubectl -n cameleer rollout status statefulset/clickhouse --timeout=180s + kubectl apply -f deploy/authentik.yaml kubectl -n cameleer rollout status deployment/authentik-server --timeout=180s