Remove redundant steps from documentation

This commit is contained in:
Danny Bessems 2022-04-07 12:28:53 +02:00
parent 67cc2ba2b2
commit fc6f5b1a18
1 changed files with 0 additions and 5 deletions

View File

@ -65,11 +65,6 @@ helm repo update
helm install sealed-secrets-controller -n kube-system sealed-secrets/sealed-secrets
```
Fix servicename (remove `name: http` - see [#502](https://github.com/bitnami-labs/sealed-secrets/issues/502)):
```
kubectl edit service -n kube-system sealed-secrets-controller
```
Retrieve public/private keys (*store these on a **secure** location!*):
```shell
kubectl get secret -n kube-system -l sealedsecrets.bitnami.com/sealed-secrets-key -o yaml > BitnamiSealedSecrets.masterkey.yml