{{- $valuesYAML := "https://github.com/external-secrets/external-secrets/blob/master/deploy/charts/external-secrets/values.yaml" -}} {{- $chartRepo := "https://external-secrets.github.io/external-secrets" -}} {{- $org := "external-secrets" -}} {{ template "chart.header" . }} [//]: # (README.md generated by gotmpl. DO NOT EDIT.) {{ template "chart.typeBadge" . }}{{ template "chart.versionBadge" . }}{{ template "chart.appVersionBadge" . }} {{ 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. ## Configuration Read through the {{ template "chart.name" . }} [values.yaml]({{ $valuesYAML }}) file. It has several commented out suggested values. {{ template "chart.valuesSection" . }}