README.md.gotmpl 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {{- $valuesYAML := "https://github.com/external-secrets/external-secrets/blob/master/deploy/charts/external-secrets/values.yaml" -}}
  2. {{- $chartRepo := "https://charts.external-secrets.io" -}}
  3. {{- $org := "external-secrets" -}}
  4. # External Secrets
  5. <p align="left"><img src="https://raw.githubusercontent.com/external-secrets/external-secrets/main/assets/eso-logo-large.png" width="100x" /></p>
  6. [//]: # (README.md generated by gotmpl. DO NOT EDIT.)
  7. {{ template "chart.typeBadge" . }}{{ template "chart.versionBadge" . }}
  8. {{ template "chart.description" . }}
  9. ## TL;DR
  10. ```bash
  11. helm repo add {{ $org }} {{ $chartRepo }}
  12. helm install {{ $org }}/{{ template "chart.name" . }}
  13. ```
  14. ## Installing the Chart
  15. To install the chart with the release name `{{ template "chart.name" . }}`:
  16. ```bash
  17. helm install {{ template "chart.name" . }} {{ $org }}/{{ template "chart.name" . }}
  18. ```
  19. ### Custom Resources
  20. By default, the chart will install external-secrets CRDs, this can be controlled with `installCRDs` value.
  21. ## Uninstalling the Chart
  22. To uninstall the `{{ template "chart.name" . }}` deployment:
  23. ```bash
  24. helm uninstall {{ template "chart.name" . }}
  25. ```
  26. The command removes all the Kubernetes components associated with the chart and deletes the release.
  27. {{ template "chart.valuesSection" . }}