mirror of
https://github.com/siderolabs/omni.git
synced 2026-04-01 14:11:03 +02:00
Add helm unit tests (via helm-unittest) covering services, ingresses, HTTPRoutes, secrets, PrometheusRules and ServiceAccounts. Add a helm-based e2e test workflow that deploys Omni on a Talos cluster with Traefik and etcd, runs integration tests including workload proxy, and verifies the full stack end-to-end. Add a configurable TestOptions struct to the workload proxy test to allow running with smaller scale in helm e2e. Signed-off-by: Kevin Tijssen <kevin.tijssen@siderolabs.com> Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
7 lines
133 B
YAML
7 lines
133 B
YAML
etcdEncryptionKey:
|
|
existingSecret: test-secret
|
|
|
|
additionalConfigSources:
|
|
- existingSecret: omni-extra-config
|
|
key: configYAML
|