Skip to content

Cannot install demo #119

Answered by ilya-lesikov
aronneagu asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like the mentioned CRDs were already installed in the cluster before werf converge. But they weren't installed as a part of a Helm release, thus they miss the Helm release labels/annotations. Probably you installed cert-manager CRDs earlier either manually or with a different Helm chart.

As of now it's probably easier to disable CRDs installation and re-run werf converge:

cat > .helm/values.yaml <<EOF
cert-manager:
  installCRDs: false
  startupapicheck:
    enabled: false
EOF

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aronneagu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #118 on August 05, 2024 13:25.