Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Fix SCC resource to only affect KIC pods #65

Merged
merged 4 commits into from
Mar 3, 2021
Merged

Commits on Feb 24, 2021

  1. Fix SCC resource to only affect KIC pods

    Priority of 20 overrides the max priority of the default: AnyPid. This
    leads to the SCC binding to all pods created in the same namespace
    rather than just KIC pods.
    
    Priority is now changed to the default value so if a new pod is created,
    it takes the default SCC rather than the SCC of the operator.
    Dean-Coakley committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    3525e60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03ff09a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    4f79581 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    cc48ac0 View commit details
    Browse the repository at this point in the history