Make socketPaths configurable
Signed-off-by: Marco Franssen <[email protected]> Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -49,6 +49,7 @@ Kubernetes: `>=1.21.0-0`
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| agent.config.logLevel | string | `"info"` | |
|
||||
| agent.config.socketPath | string | `"/run/spire/agent-sockets/spire-agent.sock"` | |
|
||||
| agent.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| agent.image.registry | string | `"ghcr.io"` | |
|
||||
| agent.image.repository | string | `"spiffe/spire-agent"` | |
|
||||
@@ -101,6 +102,7 @@ Kubernetes: `>=1.21.0-0`
|
||||
| server.config.ca_subject.organization | string | `"Example"` | |
|
||||
| server.config.jwtIssuer | string | `"oidc-discovery.example.org"` | |
|
||||
| server.config.logLevel | string | `"info"` | |
|
||||
| server.config.socketPath | string | `"/run/spire/server-sockets/spire-server.sock"` | |
|
||||
| server.dataStorage.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| server.dataStorage.enabled | bool | `true` | |
|
||||
| server.dataStorage.size | string | `"1Gi"` | |
|
||||
|
||||
Reference in New Issue
Block a user