Skip to content

Commit

Permalink
Merge pull request #2719 from tmjd/pick2718-r1.30
Browse files Browse the repository at this point in the history
[pick #2718] Compliance: Add watch for ES PubliceCertSecret [r1.30]
  • Loading branch information
tmjd authored Jul 7, 2023
2 parents 347ed9b + 72621fd commit f49d24a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/compliance/compliance_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ func add(mgr manager.Manager, c controller.Controller) error {
render.ElasticsearchComplianceControllerUserSecret, render.ElasticsearchComplianceReporterUserSecret,
render.ElasticsearchComplianceSnapshotterUserSecret, render.ElasticsearchComplianceServerUserSecret,
render.ComplianceServerCertSecret, render.ManagerInternalTLSSecretName, certificatemanagement.CASecretName,
relasticsearch.PublicCertSecret,
render.TigeraLinseedSecret, render.VoltronLinseedTLS,
} {
if err = utils.AddSecretsWatch(c, secretName, namespace); err != nil {
Expand Down

0 comments on commit f49d24a

Please sign in to comment.