-
Notifications
You must be signed in to change notification settings - Fork 1
/
values-global.yaml
41 lines (36 loc) · 979 Bytes
/
values-global.yaml
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
global:
pattern: coco-pattern
options:
useCSV: false
syncPolicy: Automatic
installPlanApproval: Automatic
# 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:
azure:
enabled: true
defaultVMFlavour: "Standard_DC2as_v5"
azure:
clientID: ''
subscriptionID: ''
tenantID: ''
DNSResGroup: ''
hostedZoneName: ''
clusterResGroup: ''
clusterSubnet: ''
clusterNSG: ''
clusterRegion: ''
dscDeployed: false
objectStorage:
# Whether or not to use PVC storage
pvcStorage: true
replicas: 3
storagePool: 50Gi
backingStorageClass: "managed-csi" # push into override file
# IF ODF exists we don't need to deploy an storage system
existingODF: false
odfStorageSystem: "ocs-external-storagecluster-storagesystem"
main:
clusterGroupName: hub
multiSourceConfig:
enabled: true