Skip to content

Commit

Permalink
fix http_tlsSecret example for operator (keycloak#26282)
Browse files Browse the repository at this point in the history
Signed-off-by: BadgerOps <[email protected]>
  • Loading branch information
BadgerOps authored Jan 25, 2024
1 parent efa6ddc commit 29bc02a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
" \"spec\": {\n" +
" \"instances\": 1,\n" +
" \"hostname\": \"example.org\",\n" +
" \"tlsSecret\": \"my-tls-secret\"\n" +
" \"http\":\n {" +
" \"tlsSecret\": \"my-tls-secret\" } \n" +
" }\n" +
" },\n" +
" {\n" +
Expand Down

0 comments on commit 29bc02a

Please sign in to comment.