Skip to content

Commit

Permalink
test: updated test-cased and regeneated expectations
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Villegas <[email protected]>
Signed-off-by: Tomer Figenblat <[email protected]>
  • Loading branch information
TomerFi and r2dedios committed Apr 17, 2024
1 parent f9bf1f7 commit 5b4e903
Show file tree
Hide file tree
Showing 3 changed files with 536 additions and 3 deletions.
23 changes: 20 additions & 3 deletions examples/values-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clusterGroup:
- /values/{{ .Values.global.clusterPlatform }}.yaml
- /values/{{ .Values.global.clusterVersion }}.yaml

#
#
# You can define namespaces using hashes and not as a list like so:
# namespaces:
# open-cluster-management:
Expand All @@ -25,7 +25,7 @@ clusterGroup:
# annotations:
# openshift.io/cluster-monitoring: "true"
# owner: "namespace owner"
# application-ci:
# application-ci:
# You cannot mix list and hashes to define namespaces
namespaces:
- open-cluster-management:
Expand Down Expand Up @@ -70,7 +70,7 @@ clusterGroup:
name: openshift-pipelines-operator-rh
csv: redhat-openshift-pipelines.v1.5.2

#
#
# You can define projects using hashes like so:
# projects:
# hub:
Expand Down Expand Up @@ -159,9 +159,26 @@ clusterGroup:
clusters:
- Two
- three
clusterDeployments:
myFirstCluster:
name: aws-cd-one-w-pool
openshiftVersion: 4.10.18
baseDomain: blueprints.rhecoeng.com
platform:
aws:
region: ap-southeast-1
acmlabels:
- name: clusterGroup
value: region
- name: acm-provision-on-deploy
clusterDeployments:
mySecondCluster:
name: aws-cd-two-wo-pool
openshiftVersion: 4.10.18
baseDomain: blueprints.rhecoeng.com
platform:
aws:
region: ap-southeast-3
- name: argo-edge
hostedArgoSites:
- name: perth
Expand Down
Loading

0 comments on commit 5b4e903

Please sign in to comment.