Error in Datahub datahub-gms POD in GKE deployment - looking for solutions

Original Slack Thread

Good day , I am deploying Datahub in GKE of GCP with the following yaml, in version 0.10.4, everything is installed without problem, but inside the POD “datahub-datahub-gms” is giving me an error and I can’t create anything inside the graphical interface. I leave the error here.

  enabled: false

neo4j:
  enabled: false

neo4j-community:
  enabled: false

mysql:
  enabled: false
  
elasticsearch:
  enabled: true 

  replicas: 3
  minimumMasterNodes: 1

  resources:
    requests:
      cpu: 500m
      memory: $MEMORY_ES
    limits:
      memory: $MEMORY_ES

kafka:
  enabled: true
  maxMessageBytes: "5242880"
  socketRequestMaxBytes: "5242880"
  kraft:
    enabled: false
  zookeeper:
    enabled: true                                                                                                                       datahub-frontend:
  enabled: true
  service:
    type: LoadBalancer 
    annotations:
      cloud.google.com/neg:
      networking.gke.io/load-balancer-type: "Internal"
  extraVolumes:
    - name: datahub-users
      secret:
        defaultMode: 
        secretName:  datahub-users-secret
  extraVolumeMounts:
    - name: datahub-users
      mountPath: /datahub-frontend/conf/user.props
      subPath: 
  extraEnvs:
    - name: AUTH_OIDC_ENABLED
      value: 
    - name: AUTH_OIDC_CLIENT_ID
      value: 
    - name: AUTH_OIDC_CLIENT_SECRET #CAMBIAR
      value:
    - name: AUTH_OIDC_DISCOVERY_URI
      value: 
    - name: AUTH_OIDC_BASE_URL
      value:
    - name: AUTH_OIDC_SCOPE
      value: 
    - name: AUTH_OIDC_USER_NAME_CLAIM
      value: 
    - name: AUTH_OIDC_USER_NAME_CLAIM_REGEX
      value: 

acryl-datahub-actions:
  enabled: true
  resources:
    limits:
      memory: 1024Mi
    requests:
      cpu: 300m
      memory: 256Mi

datahubUpgrade:
  restoreIndices:
    resources:
      limits:
        cpu: 1000m
        memory: 2G
      requests:
        cpu: 500m
        memory: 1G

datahub-gms:
  resources:
    limits:
      memory: 2Gi
    requests:
      cpu: 500m
      memory: 2Gi
  service:
    type: ClusterIP  
        
global:
    datahub:
        metadata_service_authentication:
            enabled: false

    sql:
      datasource:
        host:
        url:
        hostForMysqlClient: 
        port: "3306"
        driver: "com.mysql.jdbc.Driver"
        username: root
        password:
          secretRef: mysql-secrets
          secretKey: mysql-root-password```![attachment](https://files.slack.com/files-pri/TUMKD5EGJ-F06ARAUQDKN/captura_de_pantalla_2023-12-18_a_las_9.55.21___a.__m..png?t=xoxe-973659184562-6705490291811-6708051934148-dd1595bd5f63266bc09e6166373c7a3c)

Please check the following slack thread and see if the solutions in it work for you: https://datahubspace.slack.com/archives/C029A3M079U/p1698868203114499