Skip to content

Commit

Permalink
Update docs/guides/operator/advanced-configuration.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
  • Loading branch information
mabartos and vmuzikar committed Jun 26, 2024
1 parent 9eee535 commit b87f89b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/operator/advanced-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ spec:
value: /management
----

NOTE: Operator is *unaware* of any configuration options baked in a custom image.
It may cause the management interface uses the `https` schema, but the Operator accesses it via `http` when the TLS settings is set in the custom image.
To ensure proper TLS configuration, use the `tlsSecret` and `truststores` properties in the Keycloak CR.
NOTE: If you are using a custom image, the Operator is *unaware* of any configuration options that might've been specified there.
For instance, it may cause that the management interface uses the `https` schema, but the Operator accesses it via `http` when the TLS settings is specified in the custom image.
To ensure proper TLS configuration, use the `tlsSecret` and `truststores` fields in the Keycloak CR so that the Operator can reflect that.

=== Truststores

Expand Down

0 comments on commit b87f89b

Please sign in to comment.