mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Remove checksum annotations (#5199)
This commit is contained in:
committed by
k8s-ci-robot
parent
f1d8f76655
commit
23529d3baf
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user