123456789101112131415161718192021 |
- apiVersion: platform.stackrox.io/v1alpha1
- kind: SecuredCluster
- metadata:
- name: {{ clusters[cluster].name }}
- namespace: {{ clusters[cluster].namespace }}
- spec:
- centralEndpoint: ""
- clusterName: {{ clusters[cluster].name }}
- admissionControl:
- listenOnCreates: true
- listenOnEvents: true
- listenOnUpdates: true
- bypass: BreakGlassAnnotation
- contactImageScanners: ScanIfMissing
- timeoutSeconds: 10
- auditLogs:
- collection: Auto
- perNode:
- collector:
- collection: KernelModule
- imageFlavor: Regular
|