mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-31 09:57:38 +07:00
8 lines
183 B
YAML
8 lines
183 B
YAML
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: webhook-transformer
|
||
|
namespace: {{ .Release.Namespace }}
|
||
|
data:
|
||
|
{{ (.Files.Glob "files/webhook-transformer/*").AsConfig | indent 2 }}
|