This commit is contained in:
Gilles Mouchet 2023-04-08 06:55:43 +02:00
parent c830abac2e
commit a1ca1d4428
3 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
# Velero # Velero
## Installation ## Installation
### kube-velero-secret ### velero-secret
``` ```
helm upgrade kube-backups ./kube-backups \ helm upgrade velero-secret ./kube-backups \
--install \ --install \
--atomic \ --atomic \
--cleanup-on-fail \ --cleanup-on-fail \
--values=./kube-backups/velero-kube-values.yaml \ --values=./kube-backups/velero-values.yaml \
--namespace velero \ --namespace velero \
--create-namespace --create-namespace
``` ```

View File

@ -2,7 +2,7 @@ apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:
name: kube-velero-secret name: kube-velero-secret
namespace: velero namespace: longhorn-system
type: Opaque type: Opaque
stringData: stringData:
cloud: | cloud: |

View File

@ -1,3 +1,3 @@
data: data:
awsSecretAccessKey: userPasswordAChanger awsSecretAccessKey: userPasswordAChanger
awsAccessKey: k8s-user awsAccessKey: longhorn-backups-user