37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
|
{{- $valuesYAML := "https://github.com/external-secrets/external-secrets/blob/master/deploy/charts/external-secrets/values.yaml" -}}
|
||
|
{{- $chartRepo := "https://charts.external-secrets.io" -}}
|
||
|
{{- $org := "external-secrets" -}}
|
||
|
# External Secrets
|
||
|
|
||
|
<p align="left"><img src="https://raw.githubusercontent.com/external-secrets/external-secrets/main/assets/eso-logo-large.png" width="100x" /></p>
|
||
|
|
||
|
[//]: # (README.md generated by gotmpl. DO NOT EDIT.)
|
||
|
|
||
|
{{ template "chart.typeBadge" . }}{{ template "chart.versionBadge" . }}
|
||
|
|
||
|
{{ template "chart.description" . }}
|
||
|
|
||
|
## TL;DR
|
||
|
```bash
|
||
|
helm repo add {{ $org }} {{ $chartRepo }}
|
||
|
helm install {{ $org }}/{{ template "chart.name" . }}
|
||
|
```
|
||
|
|
||
|
## Installing the Chart
|
||
|
To install the chart with the release name `{{ template "chart.name" . }}`:
|
||
|
```bash
|
||
|
helm install {{ template "chart.name" . }} {{ $org }}/{{ template "chart.name" . }}
|
||
|
```
|
||
|
|
||
|
### Custom Resources
|
||
|
By default, the chart will install external-secrets CRDs, this can be controlled with `installCRDs` value.
|
||
|
|
||
|
## Uninstalling the Chart
|
||
|
To uninstall the `{{ template "chart.name" . }}` deployment:
|
||
|
```bash
|
||
|
helm uninstall {{ template "chart.name" . }}
|
||
|
```
|
||
|
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
||
|
|
||
|
{{ template "chart.valuesSection" . }}
|