helm/cocopilot/templates/secret.yaml

11 lines
308 B
YAML
Raw Normal View History

2025-01-23 14:38:09 +00:00
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 }}