I am working through deploying Airbyte to openshif...
# ask-community-for-troubleshooting
c
I am working through deploying Airbyte to openshift using the helm charts provided. I am using version 0.33.1 but have had to patch a number of broken things that I see are in the queue to being reviewed and fixed. I have however the following problem which I am struggling getting past. The temporal container fails with this issue: 'Unable to start server. Error: TLS provider initialization error: invalid ServerTLS.ClientCAData: CA cannot be empty string'. I am using external postgres and external minio. Can any one give me a hit as to what feature has TLS enabled and needs to be turned off?
Ok so I fixed my issue above. The problem was that I uncommented the extra init to deal with readOnlyRootFilesystem in OpenShift. This code is stale and I did not notice: ## - name: config-loader ## image: temporalio/auto-setup:1.7.0 And that version is obviously not compatible with 1.13.0 so make sure you fix that before you hunt down temporal code and whatnot!