扣子智能体
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
coze_studio/helm/charts/opencoze/templates/oceanbase-serviceaccount.yaml

10 lines
289 B

{{- if .Values.oceanbase.enabled }}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "opencoze.fullname" . }}-oceanbase
namespace: {{ .Release.Namespace }}
labels:
{{- include "opencoze.labels" . | nindent 4 }}
app.kubernetes.io/component: oceanbase
{{- end }}