Remove checksum annotations (#5199)

This commit is contained in:
Giancarlo Rubio
2018-04-23 08:41:01 -07:00
committed by k8s-ci-robot
parent f1d8f76655
commit 23529d3baf
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: nginx-ingress
version: 0.16.1
version: 0.17.1
appVersion: 0.13.0
home: https://github.com/kubernetes/ingress-nginx
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
@@ -17,9 +17,8 @@ spec:
minReadySeconds: {{ .Values.controller.minReadySeconds }}
template:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/controller-configmap.yaml") . | sha256sum }}
{{- if .Values.controller.podAnnotations }}
annotations:
{{ toYaml .Values.controller.podAnnotations | indent 8}}
{{- end }}
labels: