-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathvalues-global.yaml
More file actions
48 lines (47 loc) · 2.37 KB
/
Copy pathvalues-global.yaml
File metadata and controls
48 lines (47 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
global:
pattern: coco-pattern
storageProvider: hpp # Options: hpp, lvm, external
clusterVersion: "4.21" # OCP minor version for operator pins. Options: 4.19, 4.20, 4.21
secretStore:
# Warning: This must be present even if it is set to none.
backend: vault # none, vault, kubernetes
options:
useCSV: false
syncPolicy: Automatic
installPlanApproval: Automatic
autoApproveManualInstallPlans: true
# This defines whether or not to use upstream resources for CoCo.
# Defines whether or not the hub cluster can be used for confidential containers
coco:
runtimeClassName: "kata-cc" # kata-cc (baremetal), kata-remote (Azure/AWS), kata-cc-nvidia-gpu (GPU)
securityPolicyFlavour: "insecure" # insecure, redhat-secure-gpg, redhat-secure-sigstore, signed or reject
secured: true # true or false. If true, the cluster will be secured. If false, the cluster will be insecure.
bypassAttestation: false
# Enable SSH key injection into podvm for debugging. Do not enable in production.
# Also requires: COCO_ENABLE_SSH_DEBUG=true ./scripts/gen-secrets.sh
# and uncommenting the sshKey block in values-secret.yaml.template.
enableSSHDebug: false
azure:
defaultVMFlavour: "Standard_DC2as_v5"
VMFlavours: "Standard_DC2as_v5,Standard_DC4as_v5,Standard_DC8as_v5,Standard_DC16as_v5"
hardware:
profile: intel-tdx # Options: intel-tdx, amd-snp, intel-tdx-gpu, amd-snp-gpu
main:
# Set clusterGroupName to match your deployment topology:
# azure — Azure single-cluster (all components in one cluster)
# azure-spoke — Azure spoke (multi-cluster, imported into ACM from trusted-hub)
# baremetal — Bare metal (Intel TDX / AMD SEV-SNP, hardware profile gated)
# trusted-hub — Hub for multi-cluster (Trustee + ACM, manages spoke clusters)
clusterGroupName: azure
singleArgoCD: true
multiSourceConfig:
enabled: true
clusterGroupChartVersion: 0.9.*
# Common secret store configuration used across multiple charts.
# NOTE: Charts reference secretStore.* (top-level, not global.secretStore.*).
# Top-level values do not propagate from values-global.yaml — each application
# that needs secretStore must declare it via inline overrides in the topology file.
# This is intentional — it allows different charts to use different secret stores.
secretStore:
name: vault-backend
kind: ClusterSecretStore