Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Feb 21, 2024
1 parent 1f484ef commit f6bf1e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const (
caVolName = "serving-certs-ca-bundle"
mtlsCertName = "observability-controller-open-cluster-management.io-observability-signer-client-cert"
mtlsCaName = "observability-managed-cluster-certs"
mtlsServerCaName = "observability-server-ca-certs"
limitBytes = 1073741824
defaultInterval = "30s"
uwlNamespace = "openshift-user-workload-monitoring"
Expand Down Expand Up @@ -183,7 +184,7 @@ func createDeployment(params CollectorParams) *appsv1.Deployment {
// ACM 8509: // ACM 8509: Special case for hub/local cluster metrics collection
// When the server-ca-cert is rotated on the hub, the managed-cluster-certs for hub
// is not automatically rotated hence forcing this to use the server-ca-cert
mtlsCaSecret = "observability-server-ca-certs"
mtlsCaSecret = mtlsServerCaName
}
volumes := []corev1.Volume{
{
Expand Down

0 comments on commit f6bf1e3

Please sign in to comment.