cetic / helm-nifi

Helm Chart for Apache Nifi
Apache License 2.0
215 stars 228 forks source link

Problem deploying Nifi #198

Closed JoaquinPretell92 closed 2 years ago

JoaquinPretell92 commented 3 years ago

Hello,

I'm trying to deploy Nifi in a GCP Kubernetes Enviroment with the default values.yaml on the repository (only change user and passsword settings). I running the next command: kubectl apply-f nifivalues.yaml and i get the next error:

image

It tell me to add a apiversion and a kind, so i add the next ones in the code:

image image

I dont know if im using the incorrect parameters or i need to deploy it in another way.

Regards