Skip to content

Commit

Permalink
feat(helm): change active Helm chart
Browse files Browse the repository at this point in the history
Switch from old "charts/managed-identity-wallets" to new "charts/managed-identity-wallet" folder
  • Loading branch information
pmoscode committed May 31, 2023
1 parent e0f0ae7 commit a5a88b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Add Helm repos
run: |
cd charts/managed-identity-wallets
cd charts/managed-identity-wallet
helm repo add bitnami https://charts.bitnami.com/bitnami
helm dependency update
Expand Down Expand Up @@ -53,5 +53,5 @@ jobs:
# install the chart to the kind cluster and run helm test
# define charts to test with the --charts parameter
- name: Run chart-testing (install)
run: ct install --charts charts/managed-identity-wallets --config charts/chart-testing-config.yaml
run: ct install --charts charts/managed-identity-wallet --config charts/chart-testing-config.yaml
if: steps.list-changed.outputs.changed == 'true'

0 comments on commit a5a88b5

Please sign in to comment.