ci: install @types/affine__env on server build (#11252)

This commit is contained in:
fengmk2
2025-03-28 05:01:47 +00:00
parent e2c752d56f
commit bfa7e9a007
15 changed files with 22 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
{{- if .Values.global.database.gcloud.enabled -}}
{{- if .Values.enabled -}}
1. Get the application URL by running these commands:
{{- if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "gcloud-sql-proxy.fullname" . }})