Skip to content

Commit

Permalink
chore(helm-test): change helm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed May 27, 2024
1 parent 556b92e commit 0f9ac11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/centralidp-chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

# define charts to test with the --charts parameter
- name: Run chart-testing (install)
run: helm install portal charts/centralidp -f charts/values-test-centralidp.yaml --namespace install --create-namespace --debug
run: helm install centralidp charts/centralidp -f charts/values-test-centralidp.yaml --namespace install --create-namespace --debug
if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true'

# Upgrade the released centralidp chart version with the locally available chart
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sharedidp-chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

# define charts to test with the --charts parameter
- name: Run chart-testing (install)
run: helm install portal charts/sharedidp -f charts/values-test-sharedidp.yaml --namespace install --create-namespace --debug
run: helm install sharedidp charts/sharedidp -f charts/values-test-sharedidp.yaml --namespace install --create-namespace --debug
if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true'

# Upgrade the released sharedidp chart version with the locally available chart
Expand Down

0 comments on commit 0f9ac11

Please sign in to comment.