Skip to content

Commit

Permalink
Merge pull request #39 from exdx/docs-readme-2
Browse files Browse the repository at this point in the history
docs: Further update provider docs
  • Loading branch information
exdx authored Aug 11, 2022
2 parents 810d5fa + a304f5b commit 4745af9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ Containers are great tools that can encapsulate an application and its dependenc
allowing apps to run anywhere in a streamlined way. Some container images contain
commands to start a long-lived binary, whereas others may simply contain data
that needs to be available in the environment (for example, a Kubernetes cluster).
For example, [operator-framework bundles](https://olm.operatorframework.io/docs/tasks/creating-operator-bundle/) and [crossplane packages](https://crossplane.io/docs/v1.9/concepts/packages.html) are examples of using
container images to store manifests, which can be unpacked on-cluster and made
available to end users.
For example, [operator-framework bundles](https://olm.operatorframework.io/docs/tasks/creating-operator-bundle/) and [crossplane packages](https://crossplane.io/docs/v1.9/concepts/packages.html) both use
container images to store Kubernetes manifests. These manifests are unpacked on-cluster and made available to end users.

One of the downsides of using container images to store data is that they are
necessarily opaque. There's no way to quickly tell what's inside the image, although
Expand Down

0 comments on commit 4745af9

Please sign in to comment.