Skip to content

Commit

Permalink
chore: style fix for helm tls (#9163)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3f70a46)
  • Loading branch information
amandavialva01 authored and determined-ci committed Apr 15, 2024
1 parent 7565447 commit 592280d
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions helm/charts/determined/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,7 @@ useNodePortForMaster: false
# Determined master and the task containers it launches, but does not include communication between
# the task containers (distributed training). The specified Secret of type tls must already exist in
# the same namespace in which Determined is being installed.
tlsSecret:


# TLS security configs for determined master.
security:
tls:
cert:
key:
# tlsSecret:

# security:
# defaultTask sets the user and group that tasks will run as. For convenience, the default Determined
Expand Down Expand Up @@ -330,9 +323,9 @@ telemetry:
# security:
# username: <username>
# password: <password>
# tls:
# enabled: true
# skipVerify: false
# tls:
# enabled: true
# skipVerify: false

## The name to use when verifying the certificate, if different from the name used to connect.
# certificateName: <name>
Expand Down

0 comments on commit 592280d

Please sign in to comment.