Simplify prod promotion

This commit is contained in:
5vl
2026-09-10 15:29:43 +02:00
parent cdc094c7a1
commit 7429e2fd95
5 changed files with 5 additions and 68 deletions
-11
View File
@@ -85,16 +85,6 @@
font-weight: 900;
}
.revision {
margin: 0.75rem 0 0;
color: #bfdbfe;
font-size: 0.9rem;
}
code {
color: #f8fafc;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
</style>
</head>
<body>
@@ -112,7 +102,6 @@
<li>PROD release</li>
</ul>
<div class="environment">Current environment: {{ .Values.environment }}</div>
<p class="revision">Git commit: <code>{{ .Values.gitCommit }}</code></p>
</main>
</body>
</html>