From 80e3b58dcd99ced98f22be2bac0c8584363c0515 Mon Sep 17 00:00:00 2001 From: kfox1111 Date: Tue, 14 Mar 2023 13:23:02 -0700 Subject: [PATCH] Remove dead file from failed rebase. (#121) Signed-off-by: Kevin Fox --- .github/tests/lockdown/deps-values.yaml | 54 ------------------------- 1 file changed, 54 deletions(-) delete mode 100644 .github/tests/lockdown/deps-values.yaml diff --git a/.github/tests/lockdown/deps-values.yaml b/.github/tests/lockdown/deps-values.yaml deleted file mode 100644 index acbe67e..0000000 --- a/.github/tests/lockdown/deps-values.yaml +++ /dev/null @@ -1,54 +0,0 @@ -global: - telemetry: - prometheus: - enabled: true - -spiffe-csi-driver: - enabled: false - -spire-agent: - enabled: false - -spiffe-oidc-discovery-provider: - enabled: true - insecureScheme: - enabled: true - podSecurityContext: - runAsUser: 1000 - runAsGroup: 1000 - securityContext: - allowPrivilegeEscalation: false - runAsNonRoot: true - readOnlyRootFilesystem: true - capabilities: - drop: [ALL] - seccompProfile: - type: RuntimeDefault - -spire-server: - nodeAttestor: - k8sPsat: - serviceAccountAllowList: ["lockdown:spire-agent"] - notifier: - k8sbundle: - namespace: lockdown - podSecurityContext: - runAsUser: 1000 - runAsGroup: 1000 - securityContext: - allowPrivilegeEscalation: false - runAsNonRoot: true - readOnlyRootFilesystem: true - capabilities: - drop: [ALL] - seccompProfile: - type: RuntimeDefault - controllerManager: - securityContext: - allowPrivilegeEscalation: false - runAsNonRoot: true - readOnlyRootFilesystem: true - capabilities: - drop: [ALL] - seccompProfile: - type: RuntimeDefault