mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +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 }}
|