Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rsync permission denied (13) zammad-init container #93

Closed
drabui opened this issue May 25, 2021 · 1 comment · Fixed by #104
Closed

rsync permission denied (13) zammad-init container #93

drabui opened this issue May 25, 2021 · 1 comment · Fixed by #104

Comments

@drabui
Copy link

drabui commented May 25, 2021

Is this a request for help?:

yes


Is this a BUG REPORT or FEATURE REQUEST? (choose one):

bug report?

Version of Helm and Kubernetes:

Kubernetes 1.20.5
Helm 3.5.4

What happened:

Zammad-init container is throwing permission denied errors

What you expected to happen:

working zammad pods

How to reproduce it (as minimally and precisely as possible):

I created persistentvolume
then used
helm repo add zammad https://zammad.github.io/zammad-helm
helm upgrade --install zammad zammad/zammad --namespace=zammad -f values.yml (cause I added the persistentVolume)

Anything else we need to know:

All I did was using the commands (https://docs.zammad.org/en/latest/install/kubernetes.html) then created a pv.yaml with this content and used the storageclassname in the value.yaml

apiVersion: v1
kind: PersistentVolume
metadata:
name: pv1
spec:
capacity:
storage: 15Gi
accessModes:
- ReadWriteOnce
hostPath:
path: /opt
storageClassName: pv1

and then the zammad-0 pod log throws permission denied (13) errors for /opt/zammad.
Since I'm very new to kubernetes and helm it could be very likely that I just don't know what I'm doing and my configuration fucks up things or that I'm missing something how to get zammad via helm working so please bare with me.

@drabui
Copy link
Author

drabui commented May 25, 2021

after solving the problem I'm now getting errors with the postgresql container

=> PG::ConnectionBad could not translate host name "zammad-postgresql" to address: temporary failure in name resolution

even though postgresql.enabled is true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant