Remove redundant steps from documentation
This commit is contained in:
parent
67cc2ba2b2
commit
fc6f5b1a18
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user