diff --git a/.github/kubelinter-config.yaml b/.github/kubelinter-config.yaml index 44dc591..92ff67e 100644 --- a/.github/kubelinter-config.yaml +++ b/.github/kubelinter-config.yaml @@ -2,6 +2,4 @@ checks: exclude: - "privileged-container" - "run-as-non-root" - - "read-only-filesystem" - # disable limit - - "cpu-limit" \ No newline at end of file + - "read-only-root-filesystem" \ No newline at end of file