Commit d2c8a81a authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

Merge pull request #1279 from technosophos/docs/1271-cpan-fedora-not-npm

docs(using_helm): change reference from npm to CPAN/Fedora DB
parents 9f3dea90 51981d62
...@@ -17,7 +17,9 @@ cluster. Think of it like a Homebrew formula or an `apt` or `rpm` ...@@ -17,7 +17,9 @@ cluster. Think of it like a Homebrew formula or an `apt` or `rpm`
package for Kubernetes. package for Kubernetes.
A *Repository* is the place where charts can be collected and shared. A *Repository* is the place where charts can be collected and shared.
It's like `npm` for Kubernetes packages. It's like Perl's [CPAN archive](http://www.cpan.org) or the
[Fedora Package Database](https://admin.fedoraproject.org/pkgdb/), but for
Kubernetes packages.
A *Release* is an instance of a chart running in a Kubernetes cluster. A *Release* is an instance of a chart running in a Kubernetes cluster.
One chart can often be installed many times into the same cluster. And One chart can often be installed many times into the same cluster. And
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment