File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
.gitlab/agents/k8s-cluster-1 Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ci_access :
2
+ projects :
3
+ - id : postgres-ai/database-lab
Original file line number Diff line number Diff line change 86
86
script :
87
87
# Substitute env variables in deploy config.
88
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
89
92
# Deploy to k8s cluster.
90
93
- kubectl apply --filename /tmp/platform-console.yaml -n $NAMESPACE
91
94
Original file line number Diff line number Diff line change @@ -102,9 +102,7 @@ export const BotPage = (props: BotPageProps) => {
102
102
model,
103
103
setModel,
104
104
getDebugMessagesForWholeThread,
105
- chatsListLoading,
106
105
getChatsList,
107
- chatsList
108
106
} = useAiBot ( ) ;
109
107
110
108
const matches = useMediaQuery ( theme . breakpoints . down ( 'sm' ) ) ;
You can’t perform that action at this time.
0 commit comments