We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cefb429 + a2acf9f commit 5c12f88Copy full SHA for 5c12f88
.gitlab/agents/k8s-cluster-1/config.yaml
@@ -1,3 +1,3 @@
1
ci_access:
2
projects:
3
- - id: 14976868
+ - id: postgres-ai/database-lab
ui/packages/platform/.gitlab-ci.yml
@@ -86,6 +86,9 @@
86
script:
87
# Substitute env variables in deploy config.
88
- 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
92
# Deploy to k8s cluster.
93
- kubectl apply --filename /tmp/platform-console.yaml -n $NAMESPACE
94
0 commit comments