Closed rbaumgar closed 1 month ago
We will remove line 207 and 208 from usecase03 makefile in the next few days
201
202 tlssecret:
...
207 $(KUBECTL) create secret tls db-tls --key="$(SKEY)" --cert="$(SCRT)" -n $(OPR_NAMESPACE)
208 $(KUBECTL) create secret generic db-ca --from-file="$(CART)" -n $(OPR_NAMESPACE)
$subject
https://github.com/oracle/oracle-database-operator/tree/main/docs/multitenant/usecase03
I am not able to find any reference from the operator to the secrets db-ca and db-tls. Please clarify and document.