Skip to content

Commit 5c12f88

Browse files
committed
Merge branch 'k8s-agent' into 'master'
k8s agent context See merge request postgres-ai/database-lab!881
2 parents cefb429 + a2acf9f commit 5c12f88

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ci_access:
22
projects:
3-
- id: 14976868
3+
- id: postgres-ai/database-lab

ui/packages/platform/.gitlab-ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
script:
8787
# Substitute env variables in deploy config.
8888
- bash ./ui/packages/platform/do.sh subs_envs ./ui/packages/platform/deploy/platform-console.yaml /tmp/platform-console.yaml
89+
# Context
90+
- kubectl config get-contexts
91+
- kubectl config use-context postgres-ai/database-lab:k8s-cluster-1
8992
# Deploy to k8s cluster.
9093
- kubectl apply --filename /tmp/platform-console.yaml -n $NAMESPACE
9194

0 commit comments

Comments
 (0)