GreenBinary commented on issue #2141:
URL: https://github.com/apache/polaris/issues/2141#issuecomment-3098024441

   I encountered the issue as well.
   Though, I was able to bypass that by adding polaris admin tool as init 
container in my polaris container YAML.
   
   spec:
         initContainers: # This init section is kind of equivalent of "depends 
on" section in docker yaml code.
         - name: polaris-bootstrap-init-container
                   image: apache/polaris-admin-tool:1.0.0-incubating
                   args:
                     - "bootstrap" # Bootstraping the default realm "POLARIS". 
This will init the postgres metastore "polaris_metastore_db".
                     - "--realm=POLARIS"
                     - "--credential=POLARIS,root,s3cr3t"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to