Remove option to choose different agent socket path
Resolves #19 Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -29,3 +29,11 @@ Create chart name and version as used by the chart label.
|
||||
{{- define "spire.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{- define "spire.agent-socket-path" -}}
|
||||
{{- print "/run/spire/agent-sockets/spire-agent.sock" }}
|
||||
{{- end }}
|
||||
|
||||
{{- define "spire.server-socket-path" -}}
|
||||
{{- print "/run/spire/server-sockets/spire-server.sock" }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user