oracle-database-operator
oracle-database-operator copied to clipboard
x509: certificate has expired or is not yet valid
After applying an ADBS yaml, I get an error:
Resource: "database.oracle.com/v1alpha1, Resource=autonomousdatabases", GroupVersionKind: "database.oracle.com/v1alpha1, Kind=AutonomousDatabase"
Name: "autonomousdatabase-sample", Namespace: "oracle-database-operator-system"
for: "adbs.yaml": Internal error occurred: failed calling webhook "mautonomousdatabase.kb.io": failed to call webhook: Post "https://oracle-database-operator-webhook-service.oracle-database-operator-system.svc:443/mutate-database-oracle-com-v1alpha1-autonomousdatabase?timeout=10s": x509: certificate has expired or is not yet valid: current time 2022-10-14T08:42:12Z is after 2022-10-13T14:21:51Z
Is ther a procedure in the operator to update an expired certificate?