Question

Unable to install FME 2022.0 on Kubernetes


I am trying to install latest 2022 version using helm and I get following error.

Error: template: fmeserver-2022.0/charts/postgresql/templates/svc.yaml:34:24: executing "fmeserver-2022.0/charts/postgresql/templates/svc.yaml" at <{{template "postgresql.port" .}}>: template "postgresql.port" not defined

Following are steps I followed.

Steps:
 
1. Add repo
helm repo add safesoftware https://safesoftware.github.io/helm-charts/
 
2. Update repo
helm repo update
 
3. Get values.yaml
helm show values safesoftware/fmeserver-2022.0 >> values2022.yaml
 
4. Install
helm install fme2022 safesoftware/fmeserver-2022.0 -f values2022.yaml -n fmeserver2022

 

Can anyone help on this issue?

 


2 replies

Badge +9

Hi @hitesh.patadia​ ,

 

It would probably be easiest for us to handle this via a case. I've taken this information and I've created a case for you and an expert should follow up shortly.

 

To view your case, go to your profile on the community and select Cases.

 

If you can, please upload your values.yaml file to that case.

 

Thank you!

Hello Sienna,

 

I dont see any case in my profile section, it says "There are no records in this list." in my cases section from profile.

 

I have attached values.yaml file as values.txt as it was not allowing me to add "yaml" file in this thread.

 

Hope to hear from you soon.

 

Regards,

Hitesh

 

Reply