mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:14: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 }}
|