Skip to content

Commit 5805155

Browse files
committed
reformat
1 parent ab4c93d commit 5805155

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

internal/controllers/constants/constants.go

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ const (
5555
TargetNamespaceCRNameLabel = targetNamespaceCRLabelPrefix + "name"
5656
TargetNamespaceCRNamespaceLabel = targetNamespaceCRLabelPrefix + "namespace"
5757

58+
// Labels for agent auto-configuration
59+
agentLabelPrefix = "cryostat.io/"
60+
AgentLabelCryostatName = agentLabelPrefix + "name"
61+
AgentLabelCryostatNamespace = agentLabelPrefix + "namespace"
5862

5963
CryostatCATLSCommonName = "cryostat-ca-cert-manager"
6064
CryostatTLSCommonName = "cryostat"
@@ -63,9 +67,4 @@ const (
6367
ReportsTLSCommonName = "cryostat-reports"
6468
AgentsTLSCommonName = "cryostat-agent"
6569
AgentAuthProxyTLSCommonName = "cryostat-agent-proxy"
66-
67-
// Labels for agent auto-configuration
68-
agentLabelPrefix = "cryostat.io/"
69-
AgentLabelCryostatName = agentLabelPrefix + "name"
70-
AgentLabelCryostatNamespace = agentLabelPrefix + "namespace"
7170
)

0 commit comments

Comments
 (0)