Skip to content

Commit

Permalink
Merge pull request #264 from jamesgoodhouse/update_helm_notes
Browse files Browse the repository at this point in the history
Update NOTES for Helm chart to be dynamic
  • Loading branch information
faizanahmad055 committed Sep 30, 2021
2 parents 69e359e + 273e476 commit 5c5c555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployments/kubernetes/chart/reloader/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- For a `Deployment` called `foo` have a `ConfigMap` called `foo-configmap`. Then add this annotation to main metadata of your `Deployment`
configmap.reloader.stakater.com/reload: "foo-configmap"
{{ .Values.reloader.custom_annotations.configmap | default "configmap.reloader.stakater.com/reload" }}: "foo-configmap"

- For a `Deployment` called `foo` have a `Secret` called `foo-secret`. Then add this annotation to main metadata of your `Deployment`
secret.reloader.stakater.com/reload: "foo-secret"
- For a `Deployment` called `foo` have a `Secret` called `foo-secret`. Then add this annotation to main metadata of your `Deployment`
{{ .Values.reloader.custom_annotations.secret | default "secret.reloader.stakater.com/reload" }}: "foo-secret"

- After successful installation, your pods will get rolling updates when a change in data of configmap or secret will happen.

0 comments on commit 5c5c555

Please sign in to comment.