Skip to content

Commit

Permalink
fix helm command
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaghavi committed Nov 29, 2024
1 parent fd328af commit f7d007d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-mariadb-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fi
- name: Run Helm Template
run: |
${{ steps.helm.outputs.helm-path }} template mariadb-operator https://mariadb-operator.github.io/mariadb-operator \
${{ steps.helm.outputs.helm-path }} template mariadb-operator mariadb-operator --repo https://mariadb-operator.github.io/mariadb-operator \
--namespace=mariadb-system \
--create-namespace \
--wait \
Expand Down

0 comments on commit f7d007d

Please sign in to comment.