Skip to content

Commit

Permalink
Merge pull request #5300 from shaneknapp/CRD-install-helm
Browse files Browse the repository at this point in the history
[DH-26] force helm to install CRDs
  • Loading branch information
shaneknapp authored Dec 19, 2023
2 parents a5e411a + 3658bd1 commit c42a331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ jobs:
--install --wait \
--namespace=support \
support support/ \
-f support/secrets.yaml --debug
-f support/secrets.yaml \
--set installCRDs=true --debug
workflows:
version: 2
Expand Down

0 comments on commit c42a331

Please sign in to comment.