prole/infrastructure/deployments/svc-check-helm/templates/content-configmap.yaml
chrisfu 765aa0b926 Checkpoint: cluster env UI layout + k3s common services
- Tighten Cluster Environment screen layout; switch Service/Prod to kubectx context selection; keep namespace and key controls on one line; ensure Repair button remains reachable.

- Add UI layout regression test to render with large mock data and assert key widgets remain visible and console is scrollable.

- Make kubeconfig generation deterministic under tests by avoiding overwriting cert-based kubeconfigs; write token sidecar kubeconfig when needed.

- Update common-services init scripts and add k3s/Helm deployment bits (svc-check, Kong/CertMgr tasks).
2026-02-27 14:35:14 -08:00

13 lines
310 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: svc-check-content
namespace: {{ .Values.namespace | default .Release.Namespace }}
labels:
app: svc-check-web
data:
index.html: |-
{{ .Values.svcCheck.html | nindent 4 }}
binaryData:
prole-type.gif: {{ .Values.svcCheck.gifB64 | default "" | quote }}