mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
8 lines
170 B
YAML
8 lines
170 B
YAML
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: gitea-config-source
|
||
|
namespace: {{ .Release.Namespace }}
|
||
|
data:
|
||
|
{{ (.Files.Glob "files/config/*").AsConfig | indent 2 }}
|