Skip to content

Commit 45f93f5

Browse files
authored
(chore) adopters (#1808)
1 parent 915ba8f commit 45f93f5

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,23 @@
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+
&nbsp;&nbsp;&nbsp;&nbsp;
26+
<a href="https://corporate.comcast.com"><img src="https://website.projectsveltos.io/images/companies/comcast.png" height="40" alt="Comcast"></a>
27+
&nbsp;&nbsp;&nbsp;&nbsp;
28+
<a href="https://www.renaultgroup.com"><img src="https://website.projectsveltos.io/images/companies/renault.png" height="40" alt="Renault"></a>
29+
&nbsp;&nbsp;&nbsp;&nbsp;
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">

cmd/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)