cert-manager install issues with flux2 #1063
-
I have successfully bootstrapped flux into a v1.17.13 k8s cluster:
Based on: I am trying to deploy cert-manager into my cluster having this setup:
Where: infrastructure/cert-manager/kustomization.yaml
infrastructure/cert-manager/namespace.yaml
infrastructure/cert-manager/release.yaml
After I have pushed the above its successfully picked up by flux/kustomize-controller but I get the following errors:
Apparently name, repository and version are not known and it says spec is missing - which its not. Any suggestions? Fyi; I have managed to install nginx with similar approach so it must be something specific for the cert-manager chart? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
chart.spec
is missing, check out the docs on how a HelmRelease looks in v2: https://toolkit.fluxcd.io/guides/helmreleases/