Skip to content

Commit

Permalink
feat: add test metadata labels for dependent charts (#524)
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Quan Nguyen <[email protected]>
Co-authored-by: Quan Nguyen <[email protected]>
  • Loading branch information
leninmehedy and qnswirlds authored Nov 11, 2023
1 parent 1067fc4 commit 9511f1f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions charts/fullstack-deployment/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,13 @@ minio-server:
size: 10Gi
nodeSelector:
fullstack-scheduling.io/role: network
labels:
fullstack.hedera.com/testSuiteName: ""
fullstack.hedera.com/testName: ""
fullstack.hedera.com/testRunUID: ""
fullstack.hedera.com/testCreationTimestamp: ""
fullstack.hedera.com/testExpirationTimestamp: ""
fullstack.hedera.com/testRequester: ""
tolerations:
- key: "fullstack-scheduling.io/os"
operator: "Equal"
Expand All @@ -239,6 +246,13 @@ minio-server:
# hedera mirror node configuration
hedera-mirror-node:
enabled: true
labels:
fullstack.hedera.com/testSuiteName: ""
fullstack.hedera.com/testName: ""
fullstack.hedera.com/testRunUID: ""
fullstack.hedera.com/testCreationTimestamp: ""
fullstack.hedera.com/testExpirationTimestamp: ""
fullstack.hedera.com/testRequester: ""
graphql: # not needed for default FST use case
enabled: false
rosetta: # not needed for default FST use case
Expand All @@ -249,6 +263,7 @@ hedera-mirror-node:
enabled: false # not needed for default FST use case
global:
namespaceOverride: "{{ tpl (.Values.global.namespaceOverride | toString) }}"

# importer is a component of the hedera mirror node
# config for subchart hedera-mirror/importer
importer:
Expand Down Expand Up @@ -366,6 +381,13 @@ hedera-mirror-node:
# hedera explorer configuration
hedera-explorer:
enabled: true
labels:
fullstack.hedera.com/testSuiteName: ""
fullstack.hedera.com/testName: ""
fullstack.hedera.com/testRunUID: ""
fullstack.hedera.com/testCreationTimestamp: ""
fullstack.hedera.com/testExpirationTimestamp: ""
fullstack.hedera.com/testRequester: ""
nodeSelector:
fullstack-scheduling.io/role: network
tolerations:
Expand Down

0 comments on commit 9511f1f

Please sign in to comment.