Skip to content

Commit

Permalink
fix: fix case of kubectl create secret tls (#2865)
Browse files Browse the repository at this point in the history
TLS does not work.
  • Loading branch information
alexveecle authored Feb 20, 2025
1 parent af7cb8f commit 0396b66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ {orch-cli} create {orch-namespace} {prod-namespace}
+
[subs="+quotes,attributes"]
----
$ {orch-cli} create secret TLS __<tls_secret_name>__ \ <1>
$ {orch-cli} create secret tls __<tls_secret_name>__ \ <1>
--key __<key_file>__ \ <2>
--cert __<cert_file>__ \ <3>
-n {prod-namespace}
Expand Down

0 comments on commit 0396b66

Please sign in to comment.