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` (#114)

#### smee: add http.tinkServer.insecureTLS controlling `-tink-server-insecure-tls`

- this fits in with
  -  tinkerbell/smee#479
  -  tinkerbell/tink#960
  - tinkerbell/hook#234

Signed-off-by: Ricardo Pardini <[email protected]>
  • Loading branch information
mergify[bot] authored Oct 24, 2024
2 parents 97f3c5c + ea6293f commit 7b28867
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 @@ -70,6 +70,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 "," $trustedProxies ) }}
- -syslog-enabled={{ .Values.syslog.enabled }}
- -ipxe-script-patch={{ .Values.ipxeScriptPatch }}
Expand Down
1 change: 1 addition & 0 deletions tinkerbell/smee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ http:
ip: ""
port: 42113
tls: false
insecureTLS: false
osieUrl:
scheme: "http"
host: ""
Expand Down

0 comments on commit 7b28867

Please sign in to comment.