| 1234567891011121314151617181920212223242526272829303132333435 |
- {{- $chartRepo := "https://charts.external-secrets.io" -}}
- {{- $org := "external-secrets" -}}
- # External Secrets
- <p><img src="https://raw.githubusercontent.com/external-secrets/external-secrets/main/assets/eso-logo-large.png" width="100x" alt="external-secrets"></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 external-secrets {{ $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" . }}
|