Josephat Macharia
Josephat Macharia
Facing a similar issue while trying to deploy to GKE(Google Kubernetes Engine (GKE))
@netfxtech The container is able to connect to the database and even when i navigate to ```mydomain.com``` the database setup screen shows, once i fill the details and setup starts...
Thanks for reaching out. Let me provide more context. I believe the fix will be somewhere in the docker file my current one is as below ``` Docker FROM odoo:14.0...
Thanks for the reply but In the docker file how and where do i place the command ```odoo -i base -c /etc/odoo/odoo.conf```
@netfxtech Thanks! I have confirmed your solution works! ```bash spec: containers: - name: {{ .Values.app.name }} image: "{{ .Values.app.image}}" args: - odoo - -i - base imagePullPolicy: {{ .Values.image.pullPolicy }}...