Files
holos/docs/examples/platforms/platform.example.cue
Jeff McCune a6dab235f5 Add SecretStore and ExternalSecret validation component
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.
2024-02-13 17:21:14 -08:00

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"
}