Extract the namespace override test out of the old lockdown test. (#145)

This patch removes the production bits of the old lockdown test
and establishes the namespace override test as its own test.

---------

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2023-03-21 22:13:26 +01:00
committed by GitHub
parent 4f85802ae0
commit d4fd2ced39
5 changed files with 24 additions and 6 deletions
-1
View File
@@ -1 +0,0 @@
export EXTRA_HELM_ARGS="--values=examples/production/values.yaml"
-5
View File
@@ -1,5 +0,0 @@
spiffe-oidc-discovery-provider:
namespaceOverride: spire-server
spire-server:
namespaceOverride: spire-server
@@ -0,0 +1,24 @@
spiffe-oidc-discovery-provider:
enabled: true
namespaceOverride: spire-server
spire-server:
namespaceOverride: spire-server
nodeAttestor:
k8sPsat:
serviceAccountAllowList: ["spire-system:spire-agent"]
notifier:
k8sbundle:
namespace: spire-system
spiffe-csi-driver:
enabled: true
namespaceOverride: spire-system
spire-agent:
enabled: true
namespaceOverride: spire-system
serviceAccount:
name: spire-agent
server:
namespaceOverride: spire-server