16 lines
237 B
YAML
16 lines
237 B
YAML
|
# Helm provider support
|
||
|
helmProvider:
|
||
|
enabled: false
|
||
|
|
||
|
# RBAC manifests management
|
||
|
rbac:
|
||
|
enabled: false
|
||
|
|
||
|
# Webhook Notification
|
||
|
# Remote webhook endpoint for notification delivery
|
||
|
webhook:
|
||
|
enabled: true
|
||
|
endpoint: ""
|
||
|
|
||
|
debug: false
|