iceshrimp-legacy/chart/templates/secret-config.yaml
ThatOneCalculator 6da5a5b89b
find and replace
2023-07-02 15:18:30 -07:00

10 lines
243 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: {{ template "firefish.fullname" . }}-config
labels:
{{- include "firefish.labels" . | nindent 4 }}
type: Opaque
data:
default.yml: {{ include "firefish.configDir.default.yml" . | b64enc }}