Move replicaCount to server and oidc components
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
# Default values for spire.
|
||||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
waitForIt:
|
||||
image:
|
||||
registry: gcr.io
|
||||
@@ -32,6 +26,7 @@ workloadRegistrar:
|
||||
# memory: 64Mi
|
||||
|
||||
server:
|
||||
replicaCount: 1
|
||||
image:
|
||||
# registry: gcr.io
|
||||
# repository: spiffe-io/spire-server
|
||||
@@ -104,6 +99,7 @@ nodeDriverRegistrar:
|
||||
|
||||
oidc:
|
||||
enabled: false
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
# registry: gcr.io
|
||||
|
||||
Reference in New Issue
Block a user