Skip to content

Commit

Permalink
Merge pull request #7 from chainflip-io/fix/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjohnburton authored Aug 21, 2023
2 parents 9577dc0 + 5a78ddc commit c497cbd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ maintainers:

type: application

version: 0.1.5
version: 0.1.6

appVersion: "0.8.7"
2 changes: 1 addition & 1 deletion charts/node/templates/cli-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.cli.enabled }}
{{- if and (eq .Values.common.role "validator") .Values.cli.enabled }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
8 changes: 7 additions & 1 deletion charts/node/tests/is_archive_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ suite: tests for if role is archive
templates:
- node-statefulset.yaml
- engine-statefulset.yaml
- cli-deployment.yaml
values:
- values/happy.values.yaml
- values/archive.values.yaml
Expand All @@ -20,4 +21,9 @@ tests:
asserts:
- hasDocuments:
count: 0
template: engine-statefulset.yaml
template: engine-statefulset.yaml
- it: should not create the cli template
asserts:
- hasDocuments:
count: 0
template: cli-deployment.yaml

0 comments on commit c497cbd

Please sign in to comment.