File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818</div >
1919
20+ ## Trusted in Production
21+
22+ <div align =" center " >
23+
24+ <a href =" https://mirantis.com " ><img src =" https://website.projectsveltos.io/images/companies/mirantis.svg " height =" 40 " alt =" Mirantis " ></a >
25+   ;  ;  ;  ;
26+ <a href =" https://corporate.comcast.com " ><img src =" https://website.projectsveltos.io/images/companies/comcast.png " height =" 40 " alt =" Comcast " ></a >
27+   ;  ;  ;  ;
28+ <a href =" https://www.renaultgroup.com " ><img src =" https://website.projectsveltos.io/images/companies/renault.png " height =" 40 " alt =" Renault " ></a >
29+   ;  ;  ;  ;
30+ <a href =" https://platform9.com " ><img src =" https://website.projectsveltos.io/images/companies/platform9.jpg " height =" 40 " alt =" Platform9 " ></a >
31+
32+ <br /><br />
33+ <a href =" https://website.projectsveltos.io/companies " >View all adopters →</a >
34+
35+ </div >
36+
2037# Sveltos: Kubernetes add-on controller
2138
2239<img src =" https://raw.githubusercontent.com/projectsveltos/sveltos/main/docs/assets/logo.png " width =" 200 " >
Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ const (
110110 defaulReportMode = int (controllers .CollectFromManagementCluster )
111111 mebibytes_bytes = 1 << 20
112112 gibibytes_per_bytes = 1 << 30
113- sveltosNamespace = "NAMESPACE"
114113)
115114
116115// Add RBAC for the authorized diagnostics endpoint.
@@ -125,7 +124,7 @@ func main() {
125124
126125 setupLogging ()
127126
128- sveltosNamespace := os .Getenv (sveltosNamespace )
127+ sveltosNamespace := os .Getenv ("NAMESPACE" )
129128 if sveltosNamespace == "" {
130129 setupLog .V (logs .LogInfo ).Error (nil , "Missing required environment variables NAMESPACE" )
131130 os .Exit (1 )
You can’t perform that action at this time.
0 commit comments