ai-stack/charts/dot-ai-stack/templates/capabilityscanconfig.yaml
2026-03-26 05:32:52 +02:00

19 lines
496 B
YAML

{{- if .Values.capabilityScan.enabled }}
apiVersion: dot-ai.devopstoolkit.live/v1alpha1
kind: CapabilityScanConfig
metadata:
name: default-scan
annotations:
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "10"
spec:
mcp:
endpoint: http://dot-ai:3456/api/v1/tools/manageOrgData
authSecretRef:
name: dot-ai-secrets
key: auth-token
{{- with .Values.capabilityScan.debounceWindowSeconds }}
debounceWindowSeconds: {{ . }}
{{- end }}
{{- end }}