This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 011a6dc feat: apisix.podAnnotations invalid param (#168)
011a6dc is described below
commit 011a6dcbf83f363cc0b3eebe79a482d350b29236
Author: geffzhang <[email protected]>
AuthorDate: Fri Oct 29 14:19:42 2021 +0800
feat: apisix.podAnnotations invalid param (#168)
---
charts/apisix/templates/deployment.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/charts/apisix/templates/deployment.yaml
b/charts/apisix/templates/deployment.yaml
index 0fa6ae4..9da03c6 100644
--- a/charts/apisix/templates/deployment.yaml
+++ b/charts/apisix/templates/deployment.yaml
@@ -33,7 +33,7 @@ spec:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath
"/configmap.yaml") . | sha256sum }}
- {{- with .Values.podAnnotations }}
+ {{- with .Values.apisix.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels: