Remove option to choose different agent socket path
Resolves #19 Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -11,7 +11,6 @@ A Helm chart to install the SPIFFE OIDC discovery provider.
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| affinity | object | `{}` | |
|
||||
| agentSocketPath | string | `"/run/spire/agent-sockets/spire-agent.sock"` | |
|
||||
| autoscaling.enabled | bool | `false` | |
|
||||
| autoscaling.maxReplicas | int | `5` | |
|
||||
| autoscaling.minReplicas | int | `1` | |
|
||||
|
||||
@@ -30,7 +30,7 @@ data:
|
||||
{{- end }}
|
||||
|
||||
workload_api {
|
||||
socket_path = "/spiffe-workload-api/{{ splitList "/" .Values.agentSocketPath | last }}"
|
||||
socket_path = "/spiffe-workload-api/{{ include "spire.agent-socket-path" . | splitList "/" | last }}"
|
||||
trust_domain = "{{ .Values.trustDomain }}"
|
||||
}
|
||||
|
||||
|
||||
@@ -109,5 +109,4 @@ tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
agentSocketPath: /run/spire/agent-sockets/spire-agent.sock
|
||||
trustDomain: "example.org"
|
||||
|
||||
Reference in New Issue
Block a user