Skip to content

Commit 670fc3b

Browse files
committed
ci: move keycloack-deployment.yaml into .ci/k8s directory
keep all k8s deployment files in a single place
1 parent 5380ee9 commit 670fc3b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ Deploy Keycloak:
488488
stage: test_infra
489489
extends: .kubernetes_image
490490
script:
491-
- kubectl -n $K8S_NAMESPACE apply -f .ci/keycloack-deployment.yaml
491+
- kubectl -n $K8S_NAMESPACE apply -f .ci/k8s/keycloack-deployment.yaml
492492
# FIXME: add readiness check
493493
# - while ! kubectl -n $K8S_NAMESPACE wait --for=condition=Ready deployment.apps/keycloak; do sleep 1; done
494494

0 commit comments

Comments
 (0)