You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am using the default Datahub Helm chart with version 0.4.39 to deploy Datahub on an Openshift Cluster. All components are running except datahub-acryl-datahub-actions.
The pod crashes with: 2024/12/13 13:39:39 Ready: http://datahub-datahub-gms:8080/health.
touch: cannot touch '/tmp/datahub/logs/actions/actions.out': Permission denied
ls: cannot access '/etc/datahub/actions/conf/': No such file or directory
No user action configurations found. Not starting user actions.
/start_datahub_actions.sh: line 68: datahub-actions: command not found
To Reproduce
Used the following parameters for the values: acryl-datahub-actions: enabled: true image: repository: acryldata/datahub-actions tag: "v0.1.1" resources: limits: memory: 512Mi requests: cpu: 300m memory: 256Mi
Expected behavior
Pod works
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using the default Datahub Helm chart with version 0.4.39 to deploy Datahub on an Openshift Cluster. All components are running except datahub-acryl-datahub-actions.
The pod crashes with:
2024/12/13 13:39:39 Ready: http://datahub-datahub-gms:8080/health.
touch: cannot touch '/tmp/datahub/logs/actions/actions.out': Permission denied
ls: cannot access '/etc/datahub/actions/conf/': No such file or directory
No user action configurations found. Not starting user actions.
/start_datahub_actions.sh: line 68: datahub-actions: command not found
To Reproduce
Used the following parameters for the values:
acryl-datahub-actions: enabled: true image: repository: acryldata/datahub-actions tag: "v0.1.1" resources: limits: memory: 512Mi requests: cpu: 300m memory: 256Mi
Expected behavior
Pod works
The text was updated successfully, but these errors were encountered: