Automated Manifest Update (#2921)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2921 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2921.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user