fix: env vars хранятся в аннотации fission-console/env-vars (не в spec.runtime)

spec.runtime.container.env срезается CRD-схемой Fission.
Хранение перенесено в аннотацию fission-console/env-vars (JSON-массив).
Версия v1.3.73
This commit is contained in:
“Naeel”
2026-05-09 06:57:29 +04:00
parent 1fa92e069f
commit 4a92e3f372
3 changed files with 20 additions and 30 deletions
+2 -2
View File
@@ -102,7 +102,7 @@
<div class="nubes">NUBES</div>
<div class="product">FISSION CONSOLE</div>
</div>
<div style="font-size:0.65rem; color:var(--text-secondary); margin-left:10px; align-self:center; opacity:0.7;">v1.3.72</div>
<div style="font-size:0.65rem; color:var(--text-secondary); margin-left:10px; align-self:center; opacity:0.7;">v1.3.73</div>
</div>
<div class="row" style="margin:0;">
<button class="btn ghost" onclick="reloadAll()">Refresh</button>
@@ -509,7 +509,7 @@
</div>
<div class="actions" style="justify-content:space-between; align-items:center;">
<span style="font-size:0.75rem; color:var(--text-secondary);">v1.3.72</span>
<span style="font-size:0.75rem; color:var(--text-secondary);">v1.3.73</span>
<button class="btn ghost" onclick="closeHelp()">Закрыть</button>
</div>
</div>