mirror of
https://example.com
synced 2024-11-23 12:26:42 +09:00
10 lines
243 B
YAML
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 }}
|