chore: Update manifests after change

This commit is contained in:
2025-12-28 01:00:15 +00:00
parent 1e2225e5f9
commit 28b27e3279
4 changed files with 3 additions and 29 deletions

View File

@@ -65,8 +65,6 @@ spec:
subPath: garage-1.toml
- mountPath: /var/lib/garage/data
name: data-1
- mountPath: /var/lib/garage/meta
name: db-1
- envFrom:
- secretRef:
name: garage-token-secret
@@ -85,8 +83,6 @@ spec:
subPath: garage-1.toml
- mountPath: /var/lib/garage/data
name: data-1
- mountPath: /var/lib/garage/meta
name: db-1
- mountPath: /var/lib/garage/snapshots
name: snapshots
volumes:
@@ -96,9 +92,6 @@ spec:
- name: data-1
persistentVolumeClaim:
claimName: garage-data
- name: db-1
persistentVolumeClaim:
claimName: garage-db-1
- name: snapshots
persistentVolumeClaim:
claimName: garage-snapshots