From 16bce16f817d6d4291e642b9060006619dbd8778 Mon Sep 17 00:00:00 2001 From: kahootali Date: Fri, 8 Feb 2019 15:05:18 +0500 Subject: [PATCH] add custom annotation --- deployments/kubernetes/templates/chart/values.yaml.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deployments/kubernetes/templates/chart/values.yaml.tmpl b/deployments/kubernetes/templates/chart/values.yaml.tmpl index 3e563d84..0ebcdd33 100644 --- a/deployments/kubernetes/templates/chart/values.yaml.tmpl +++ b/deployments/kubernetes/templates/chart/values.yaml.tmpl @@ -35,3 +35,9 @@ reloader: # The name of the ServiceAccount to use. # If not set and create is true, a name is generated using the fullname template name: reloader + # Optional flags to pass to the Reloader entrypoint + # Example: + # custom_annotations: + # configmap: "my.company.com/configmap" + # secret: "my.company.com/secret" + custom_annotations: {} \ No newline at end of file