2023-05-10 23:07:45 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Secret
|
|
|
|
metadata:
|
2023-08-21 14:14:53 +00:00
|
|
|
name: {{ template "iceshrimp.fullname" . }}-config
|
2023-05-10 23:07:45 +00:00
|
|
|
labels:
|
2023-08-21 14:14:53 +00:00
|
|
|
{{- include "iceshrimp.labels" . | nindent 4 }}
|
2023-05-10 23:07:45 +00:00
|
|
|
type: Opaque
|
|
|
|
data:
|
2023-08-21 14:14:53 +00:00
|
|
|
default.yml: {{ include "iceshrimp.configDir.default.yml" . | b64enc }}
|