Skip to content

Commit

Permalink
smee: add http.tinkServer.insecureTLS controlling `-tink-server-insec…
Browse files Browse the repository at this point in the history
…ure-tls`

- for usage combined with
  - tinkerbell/tink#960

Signed-off-by: Ricardo Pardini <[email protected]>
  • Loading branch information
rpardini committed Jul 11, 2024
1 parent 1f370dd commit d4ed1c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tinkerbell/smee/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ spec:
- -osie-url={{include "urlJoiner" (dict "urlDict" .Values.http.osieUrl)}}
- -tink-server={{ printf "%v:%v" .Values.http.tinkServer.ip .Values.http.tinkServer.port }}
- -tink-server-tls={{ .Values.http.tinkServer.tls }}
- -tink-server-insecure-tls={{ .Values.http.tinkServer.insecureTLS }}
- -trusted-proxies={{ required "missing trustedProxies" ( join "," .Values.trustedProxies ) }}
- -syslog-addr={{ printf "%v:%v" .Values.syslog.ip .Values.syslog.port }}
- -syslog-enabled={{ .Values.syslog.enabled }}
Expand Down
1 change: 1 addition & 0 deletions tinkerbell/smee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ http:
ip: ""
port: 42113
tls: false
insecureTLS: false
osieUrl:
scheme: "http"
host: ""
Expand Down

0 comments on commit d4ed1c3

Please sign in to comment.