chore: Update manifests after change
This commit is contained in:
@@ -54,6 +54,8 @@ spec:
|
||||
subPath: garage.toml
|
||||
- mountPath: /var/lib/garage/data
|
||||
name: data
|
||||
- mountPath: /var/lib/garage/meta
|
||||
name: db
|
||||
- mountPath: /var/lib/garage/snapshots
|
||||
name: snapshots
|
||||
- envFrom:
|
||||
@@ -83,6 +85,9 @@ spec:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: garage-data
|
||||
- name: db
|
||||
persistentVolumeClaim:
|
||||
claimName: garage-db
|
||||
- name: snapshots
|
||||
persistentVolumeClaim:
|
||||
claimName: garage-snapshots
|
||||
|
||||
Reference in New Issue
Block a user