Skip to content

Commit

Permalink
link to offical documnentation
Browse files Browse the repository at this point in the history
  • Loading branch information
robinAwallace committed Sep 29, 2023
1 parent 018affa commit 7114533
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/user-guide/self-managed-services/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,12 @@ If default configuration choices are to your liking, you should be able to insta
```
helm upgrade --install community-operator mongodb/community-operator --namespace mongodb
```

## Further Reading

Please refer to the official documentation how to operate and connect to MongoDB.

- [Documentation](https://www.mongodb.com/docs/)
- [Operator Documentation](https://github.com/mongodb/mongodb-kubernetes-operator/blob/v0.8.2/docs/README.md)
- [Deploy Configuration](https://github.com/mongodb/mongodb-kubernetes-operator/blob/v0.8.2/docs/deploy-configure.md)
- [Secure MongoDB Resources](https://github.com/mongodb/mongodb-kubernetes-operator/blob/v0.8.2/docs/secure.md)
9 changes: 9 additions & 0 deletions docs/user-guide/self-managed-services/sealedsecrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,12 @@ helm upgrade --install sealed-secrets -n sealed-secrets sealed-secrets/sealed-se
The Sealed Secrets cli tool `kubeseal` expects the controller to be installed in the namespace `kube-system`.
However the controller is installed in the namespace `sealed-secrets`.
As such you need to follow this [guide](https://github.com/bitnami-labs/sealed-secrets#how-to-use-kubeseal-if-the-controller-is-not-running-within-the-kube-system-namespace) to use `kubeseal`


## Further Reading

Please refer to the official documentation how to operate and use Sealed Secrets.

- [Documentation](https://github.com/bitnami-labs/sealed-secrets#usage)
- [Tutorials](https://docs.bitnami.com/tutorials/sealed-secrets)
- [Crypto](https://github.com/bitnami-labs/sealed-secrets/blob/main/docs/developer/crypto.md)

0 comments on commit 7114533

Please sign in to comment.