0

UrbanCode Deploy Pods not able to access the ext storage to use the JDBC Mysql Jar file.

ls: cannot access /opt/ibm-ucd/server/ext_lib/*.jar: No such file or directory

Sobiaholic
  • 2,927
  • 9
  • 37
  • 54

1 Answers1

0

UrbanCode Deploy uses a non-root user 1001 and group 1001 pod to access the storage. Make sure that the storage has the correct chmod/chown permissions to allow pod Read/Write access.

Sobiaholic
  • 2,927
  • 9
  • 37
  • 54