mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-13 00:04:46 +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 }}
|