mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
10 lines
240 B
YAML
10 lines
240 B
YAML
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 }}
|