infra/helm/platform/templates/edge-agent-policy-configmap.yaml
Metadata
- Purpose: Kubernetes Helm chart template or values configuration.
- Domain:
infrastructure - Language:
yaml - Bytes: 476
- Lines: 22
- Content hash (short):
2e74aff1 - Source (start): infra/helm/platform/templates/edge-agent-policy-configmap.yaml:1
- Source (end): infra/helm/platform/templates/edge-agent-policy-configmap.yaml:22
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
apiVersion: v1
kind: ConfigMap
metadata:
name: anchor-edge-agent-policy
namespace: {{ .Values.namespace.name }}
data:
policy.yaml: |
version: 1
collection:
heartbeat:
enabled: true
intervalSeconds: 60
patchCompliance:
enabled: true
intervalSeconds: 1800
backupStatus:
enabled: true
intervalSeconds: 900
remediation:
autoApplyCriticalPatches: false
requireApprovalForScripts: true