helm-charts
helm-charts copied to clipboard
api_credentials.yaml : Permission denied
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:
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.