diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index b4ada12..16154c8 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -40,11 +40,11 @@ server: ports: - containerPort: 8080 volumeMounts: - - name: idecar-script + - name: sidecar-script mountPath: /etc/nginx subPath: nginx.conf subPathExpr: 'nginx.conf' - - name: idecar-script + - name: sidecar-script mountPath: /tmp/sidecar.sh subPath: sidecar.sh mode: 0755