镜像自地址
https://github.com/devcm-repo/helm-charts.git
已同步 2026-06-06 04:21:06 +00:00
12 行
312 B
YAML
12 行
312 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: "{{ include "aiapi.fullname" . }}"
|
|
labels:
|
|
{{- include "aiapi.labels" . | nindent 4 }}
|
|
type: Opaque
|
|
stringData:
|
|
newapi-session-secret: {{ .Values.newapi.sessionSecret | quote }}
|
|
cliproxyapi-config.yaml: |-
|
|
{{- .Values.cliproxyapi.config | nindent 4 }}
|