Closed mitchellim closed 2 years ago
It might be just worth having a note in the global values.yaml
under the persistence
section mentioning that setting podSecurityContext.fsGroup
might be necessary? In this case, it would just be:
podSecurityContext:
fsGroup: 100
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.
We no longer support this chart.
Helm chart name
powerdns-admin
Helm chart version
1.1.1
Container name
ngoduykhanh/powerdns-admin
Container tag
v0.2.4
Description
Enabling persistence on
data
results in pods failing to start the first time due to an inability to write to the PVC due to permissions issues (the app runs as 100:100). The directory isn't mounted in a writable state, however:Which results in:
Expected result
Pods start without crashing.
Helm values to reproduce