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
Trying to start the chart in k8s using argoCD. All I get in container logs is this error:
mv: can't open '/staging/etc/crowdsec/local_api_credentials.yaml': Permission denied
mv: can't open '/staging/etc/crowdsec/online_api_credentials.yaml': Permission denied
I think this permission error because of the security context runAsUser, but I cannot figure out how to fix it: neither in chart yamls nor in Dockerfile.
Please assist.
The text was updated successfully, but these errors were encountered:
version: 0.9.10
appVersion: v1.5.4
Trying to start the chart in k8s using argoCD. All I get in container logs is this error:
I think this permission error because of the security context runAsUser, but I cannot figure out how to fix it: neither in chart yamls nor in Dockerfile.
Please assist.
The text was updated successfully, but these errors were encountered: