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:
It tell me to add a apiversion and a kind, so i add the next ones in the code:
I dont know if im using the incorrect parameters or i need to deploy it in another way.
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:
It tell me to add a apiversion and a kind, so i add the next ones in the code:
I dont know if im using the incorrect parameters or i need to deploy it in another way.
Regards