Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"skipCRDs is set to false and crds is set to Skip" #260

Closed
ViBiOh opened this issue May 9, 2021 · 0 comments · Fixed by #261
Closed

"skipCRDs is set to false and crds is set to Skip" #260

ViBiOh opened this issue May 9, 2021 · 0 comments · Fixed by #261

Comments

@ViBiOh
Copy link

ViBiOh commented May 9, 2021

Hi 👋

I've noticed what seems to be a bug. I've migrated a HelmRelease from install.skpiCRDs to the install.crds but I encounter this issue when installing from scratch.

"error":"Helm install failed: Contradicting CRDs installation settings, skipCRDs is set to false and crds is set to Skip"

My HelmRelease

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
  name: app
  namespace: default
spec:
  interval: 120m
  install:
    crds: Skip

If I add the skipCRDs: true, it's fine. Does my apiVersion wrong ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant