{{- $chartRepo := "https://charts.external-secrets.io" -}} {{- $org := "external-secrets" -}} # External Secrets

[//]: # (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" . }}