diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 701a6d3..c1bc63d 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -28,6 +28,9 @@ server: mountPath: /etc/logrotate.conf subPath: logrotate.conf readOnly: true + - name: passwd-volume + mountPath: /etc/passwd + subPath: passwd volumes: - name: log-storage emptyDir: {} @@ -51,11 +54,6 @@ server: - mountPath: /openbao/logs name: host-log-storage readOnly: false - - mountPath: /etc/passwd - name: passwd-volume - subPath: passwd - - extraArgs: "chmod o+rwx /etc/passwd" postStart: - sh