mirror of
https://github.com/holos-run/holos.git
synced 2026-03-19 16:54:58 +00:00
This patch adds a holos component to deploy a SecretStore and ExternalSecret in the default namespace to validate authentication with Vault is configured correctly. The default ksa is used to authenticate to vault.
8 lines
185 B
CUE
8 lines
185 B
CUE
package holos
|
|
|
|
// Copy this file to platform.site.cue and specify concrete values for your local site.
|
|
#Platform: org: {
|
|
name: string | *"example"
|
|
domain: string | *"example.com"
|
|
}
|