diff --git a/deployment/k3s/templates/deployments/calendar/postgres-volume.yaml b/deployment/k3s/templates/deployments/calendar/postgres-volume.yaml index 00fee4189..cfd320b0b 100644 --- a/deployment/k3s/templates/deployments/calendar/postgres-volume.yaml +++ b/deployment/k3s/templates/deployments/calendar/postgres-volume.yaml @@ -8,10 +8,10 @@ metadata: app.kubernetes.io/part-of: navigatum app.kubernetes.io/name: postgres spec: - storageClassName: longhorn + storageClassName: local-path accessModes: - ReadWriteOnce resources: requests: storage: 3Gi - {{ end}} +{{ end }}