Compare commits
4 Commits
0dac2ce10e
...
renovate/s
| Author | SHA1 | Date | |
|---|---|---|---|
| a89495d708 | |||
| b54e0f2912 | |||
| a223f41f68 | |||
| b7043778d4 |
@@ -48,6 +48,12 @@ Retrieve public/private keys (*store these on a **secure** location!*):
|
||||
kubectl get secret -n kube-system -l sealedsecrets.bitnami.com/sealed-secrets-key -o yaml > BitnamiSealedSecrets.masterkey.yml
|
||||
```
|
||||
|
||||
Restoring public/private keys:
|
||||
```shell
|
||||
kubectl apply -f BitnamiSealedSecrets.masterkey.yml
|
||||
kubectl rollout restart deployment -n kube-system sealed-secrets-controller
|
||||
```
|
||||
|
||||
### 5) Services
|
||||
##### 5.1) [Gitea](https://gitea.io/) <small>(git repository)</small>
|
||||
*Required for all other workloads*
|
||||
|
||||
@@ -11,9 +11,9 @@ spec:
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
sources:
|
||||
- repoURL: https://bitnami-labs.github.io/sealed-secrets
|
||||
- repoURL: https://bitnami.github.io/sealed-secrets
|
||||
chart: sealed-secrets
|
||||
targetRevision: 2.17.7
|
||||
targetRevision: 2.19.3
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/system/SealedSecrets/values.yaml
|
||||
|
||||
Reference in New Issue
Block a user