1
0
Fork 1
mirror of https://example.com synced 2024-11-27 08:36:39 +09:00
firefish/chart/templates/secret-config.yaml

10 lines
243 B
YAML
Raw Normal View History

2023-05-11 08:07:45 +09:00
apiVersion: v1
kind: Secret
metadata:
2023-07-03 07:18:30 +09:00
name: {{ template "firefish.fullname" . }}-config
2023-05-11 08:07:45 +09:00
labels:
2023-07-03 07:18:30 +09:00
{{- include "firefish.labels" . | nindent 4 }}
2023-05-11 08:07:45 +09:00
type: Opaque
data:
2023-07-03 07:18:30 +09:00
default.yml: {{ include "firefish.configDir.default.yml" . | b64enc }}