Skip to content

Commit

Permalink
Restore sealedsecret-crd.yaml to installation instructions
Browse files Browse the repository at this point in the history
bitnami-labs#146 Simplified the manifest and installation instructions.
Except we can't _actually_ move to that until after the next release.
Boo :(

Fixes bitnami-labs#147
  • Loading branch information
anguslees authored Mar 12, 2019
1 parent 6319a0c commit d688cb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ $ USER_EMAIL=<your-email>
$ kubectl create clusterrolebinding $USER-cluster-admin-binding --clusterrole=cluster-admin --user=$USER_EMAIL

# Install SealedSecret CRD, server-side controller into kube-system namespace (by default)
$ kubectl create -f https://github.com/bitnami-labs/sealed-secrets/releases/download/$release/controller.yaml
# Note the second sealedsecret-crd.yaml file is not necessary for releases >= 0.8.0
$ kubectl apply -f https://github.com/bitnami-labs/sealed-secrets/releases/download/$release/controller.yaml
$ kubectl apply -f https://github.com/bitnami-labs/sealed-secrets/releases/download/$release/sealedsecret-crd.yaml
```

`controller.yaml` will create the `SealedSecret` resource and install the controller
Expand Down

0 comments on commit d688cb9

Please sign in to comment.