securedcluster-cr.yml 540 B

123456789101112131415161718192021
  1. apiVersion: platform.stackrox.io/v1alpha1
  2. kind: SecuredCluster
  3. metadata:
  4. name: {{ clusters[cluster].name }}
  5. namespace: {{ clusters[cluster].namespace }}
  6. spec:
  7. centralEndpoint: ""
  8. clusterName: {{ clusters[cluster].name }}
  9. admissionControl:
  10. listenOnCreates: true
  11. listenOnEvents: true
  12. listenOnUpdates: true
  13. bypass: BreakGlassAnnotation
  14. contactImageScanners: ScanIfMissing
  15. timeoutSeconds: 10
  16. auditLogs:
  17. collection: Auto
  18. perNode:
  19. collector:
  20. collection: KernelModule
  21. imageFlavor: Regular