From 4f6dd859d769038f1f41c48c57ad1cc2d7bc79ea Mon Sep 17 00:00:00 2001 From: Chris Wedgwood Date: Tue, 23 May 2017 21:43:13 +0000 Subject: [PATCH] Remove extraneous configmap hashes Change-Id: I8da978c974edae6d44043d9f693f52ab4c681c91 --- etcd/templates/deployment.yaml | 3 --- memcached/templates/deployment.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/etcd/templates/deployment.yaml b/etcd/templates/deployment.yaml index 698b90d6d5..f09ad89ce0 100644 --- a/etcd/templates/deployment.yaml +++ b/etcd/templates/deployment.yaml @@ -14,9 +14,6 @@ spec: {{ end }} template: metadata: - annotations: - configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.hash" }} - configmap-etc-hash: {{ tuple "configmap-etc.yaml" . | include "helm-toolkit.hash" }} labels: app: etcd spec: diff --git a/memcached/templates/deployment.yaml b/memcached/templates/deployment.yaml index bd93fce723..80aab307a8 100644 --- a/memcached/templates/deployment.yaml +++ b/memcached/templates/deployment.yaml @@ -28,9 +28,6 @@ spec: {{ end }} template: metadata: - annotations: - configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.hash" }} - configmap-etc-hash: {{ tuple "configmap-etc.yaml" . | include "helm-toolkit.hash" }} labels: app: memcached spec: