how to install only nack crd? #996
Replies: 1 comment
-
nvm just realized the url was wrong, it supposed to be |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, as the cluster admin I want to install just the nack crd so that each team who manage those microservices can install nats and nack into their own namespace.
I have tried both
kubectl create -f
andkubectl apply -f
tohttps://github.com/nats-io/k8s/blob/nack-0.28.0/helm/charts/nack/crds/crds.yml
, it give me this errorerror converting YAML to JSON: yaml: line 208: mapping values are not allowed in this context
and install it via kustomize also give me that error.Install it via helm works but comes with everything instead of just the crd and based on my finding there seems to be no elegant way to install just the crd using helm and we also do gitops with argocd, we had this
deployment/infra
that uses kustomize to install the crd there which doesn't work as stated above, and below is how I install the crdBeta Was this translation helpful? Give feedback.
All reactions