This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/k8up/README.md

14 lines
495 B
Markdown
Raw Permalink Normal View History

2020-02-08 13:56:09 +00:00
# K8up installation
## Edit credentials
```
vim ../../gitops-tbrnt-private/k8up/global-backup-secret.yaml
kubeseal --controller-namespace sealed-secrets -o yaml -n k8up < ../../gitops-tbrnt-private/k8up/global-backup-secret.yaml > global-backup-secret.yaml
```
```
vim ../../gitops-tbrnt-private/k8up/global-s3-credentials.yaml
kubeseal --controller-namespace sealed-secrets -o yaml -n k8up < ../../gitops-tbrnt-private/k8up/global-s3-credentials.yaml > global-s3-credentials-secret.yaml
```