Fix the driver not coming up on overloaded nodes

Add to the reference production example a fix for overloaded nodes.

fixes: https://github.com/spiffe/helm-charts/issues/80

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
Kevin Fox
2023-03-14 20:10:51 +01:00
committed by Marco Franssen
parent 5fdd35b426
commit 25c77fc0cb
+2
View File
@@ -50,6 +50,7 @@ spire-server:
spiffe-csi-driver:
enabled: true
namespaceOverride: spire-system
priorityClassName: system-node-critical
spire-agent:
enabled: true
@@ -58,3 +59,4 @@ spire-agent:
name: spire-agent
server:
namespaceOverride: spire-server
priorityClassName: system-node-critical