Skip to content

Commit

Permalink
Update examples for imageType setting (#2102)
Browse files Browse the repository at this point in the history
* Update examples for imageType setting
  • Loading branch information
johscheuer authored Jul 16, 2024
1 parent 5793103 commit 43139b3
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config/samples/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spec:
blobStoreConfiguration:
accountName: minio@minio-service:9000
clusterName: test-cluster
imageType: split
podTemplateSpec:
spec:
containers:
Expand Down Expand Up @@ -65,6 +66,7 @@ spec:
enabled: true
faultDomain:
key: foundationdb.org/none
imageType: split
labels:
filterOnOwnerReference: false
matchLabels:
Expand Down
1 change: 1 addition & 0 deletions config/samples/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ spec:
enabled: true
faultDomain:
key: foundationdb.org/none
imageType: split
labels:
filterOnOwnerReference: false
matchLabels:
Expand Down
1 change: 1 addition & 0 deletions config/samples/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
enabled: true
faultDomain:
key: foundationdb.org/none
imageType: split
labels:
filterOnOwnerReference: false
matchLabels:
Expand Down
2 changes: 2 additions & 0 deletions config/samples/restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
blobStoreConfiguration:
accountName: minio@minio-service:9000
clusterName: test-cluster
imageType: split
podTemplateSpec:
spec:
containers:
Expand Down Expand Up @@ -66,6 +67,7 @@ spec:
enabled: true
faultDomain:
key: foundationdb.org/none
imageType: split
labels:
filterOnOwnerReference: false
matchLabels:
Expand Down
1 change: 1 addition & 0 deletions config/tests/backup/base/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spec:
version: 7.1.26
clusterName: test-cluster
snapshotPeriodSeconds: 3600
imageType: split
blobStoreConfiguration:
accountName: minio@minio-service:9000
podTemplateSpec:
Expand Down
1 change: 1 addition & 0 deletions config/tests/base/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
automationOptions:
replacements:
enabled: true
imageType: split
processes:
general:
customParameters:
Expand Down
1 change: 1 addition & 0 deletions config/tests/multi_dc/final.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
cluster-group: test-cluster
name: test-cluster-$dc
spec:
imageType: split
version: 7.1.26
faultDomain:
key: foundationdb.org/none
Expand Down
1 change: 1 addition & 0 deletions config/tests/multi_dc/stage_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
cluster-group: test-cluster
name: test-cluster-$dc
spec:
imageType: split
version: 7.1.26
faultDomain:
key: foundationdb.org/none
Expand Down
1 change: 1 addition & 0 deletions config/tests/multi_kc/final.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
cluster-group: test-cluster
name: test-cluster-$zone
spec:
imageType: split
version: 7.1.26
faultDomain:
key: foundationdb.org/kubernetes-cluster
Expand Down
1 change: 1 addition & 0 deletions config/tests/multi_kc/stage_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
cluster-group: test-cluster
name: test-cluster-$zone
spec:
imageType: split
version: 7.1.26
faultDomain:
key: foundationdb.org/kubernetes-cluster
Expand Down
1 change: 1 addition & 0 deletions config/tests/three_data_hall/final.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
cluster-group: test-cluster
name: test-cluster-$az
spec:
imageType: split
version: 7.1.26
faultDomain:
key: foundationdb.org/none
Expand Down
1 change: 1 addition & 0 deletions config/tests/three_data_hall/stage_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
cluster-group: test-cluster
name: test-cluster-$az
spec:
imageType: split
version: 7.1.26
faultDomain:
key: foundationdb.org/none
Expand Down
4 changes: 2 additions & 2 deletions config/tests/unified_image/images.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- op: add
path: "/spec/useUnifiedImage"
value: true
path: "/spec/imageType"
value: unified
- op: add
path: "/spec/mainContainer"
value:
Expand Down

0 comments on commit 43139b3

Please sign in to comment.