cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

kubeaudit-config.yml (327B)


      1 enabledAuditors:
      2   # Auditors are enabled by default if they are not explicitly set to "false"
      3   apparmor: false
      4   asat: true
      5   capabilities: true
      6   deprecatedapis: true
      7   hostns: true
      8   image: true
      9   limits: true
     10   mounts: true
     11   netpols: true
     12   nonroot: true
     13   privesc: true
     14   privileged: true
     15   rootfs: true
     16   seccomp: true