helm/cocopilot/templates/secret.yaml
2025-01-23 22:38:09 +08:00

11 lines
308 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: {{ include "cocopilot.fullname" . | printf "%s-cocopilot"}}
labels:
app: {{ include "cocopilot.fullname" . | printf "%s-cocopilot"}}
{{- include "cocopilot.labels" . | nindent 4 }}
type: Opaque
data:
password: {{ .Values.config.secretKey | b64enc }}