fix http_tlsSecret example for operator (#26282)

Signed-off-by: BadgerOps <github@badgerops.net>
This commit is contained in:
Sol Roberts 2024-01-25 11:10:56 +01:00 committed by GitHub
parent efa6ddc41e
commit 29bc02a699
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" +