README.md.gotmpl 1.2 KB

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