Skip to content

Commit 97d4cb4

Browse files
authored
Merge pull request #645 from rabbitmq/fix-cert-manager-target
Install CRDs as part of cert manager make-target
2 parents c813d56 + 0f88fbc commit 97d4cb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ cert-manager:
128128
--install \
129129
--namespace $(CERT_MANAGER_NAMESPACE) --create-namespace \
130130
--version $(CERT_MANAGER_VERSION) \
131+
--set installCRDs=true \
131132
--wait
132133

133134
cert-manager-rm:

0 commit comments

Comments
 (0)