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

10 lines
240 B
YAML
Raw Normal View History

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