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