fix http_tlsSecret example for operator (#26282)
Signed-off-by: BadgerOps <github@badgerops.net>
This commit is contained in:
parent
efa6ddc41e
commit
29bc02a699
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ import io.quarkiverse.operatorsdk.annotations.SharedCSVMetadata;
|
||||||
" \"spec\": {\n" +
|
" \"spec\": {\n" +
|
||||||
" \"instances\": 1,\n" +
|
" \"instances\": 1,\n" +
|
||||||
" \"hostname\": \"example.org\",\n" +
|
" \"hostname\": \"example.org\",\n" +
|
||||||
" \"tlsSecret\": \"my-tls-secret\"\n" +
|
" \"http\":\n {" +
|
||||||
|
" \"tlsSecret\": \"my-tls-secret\" } \n" +
|
||||||
" }\n" +
|
" }\n" +
|
||||||
" },\n" +
|
" },\n" +
|
||||||
" {\n" +
|
" {\n" +
|
||||||
|
|
Loading…
Reference in a new issue