Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-flock / stx-monitor-armada-app / monitor-helm / 0002-kibana-workaround-checksum-for-configmap.yaml.patch
1 From 2315765024f82510212604d16eed37dfd69ff24c Mon Sep 17 00:00:00 2001
2 From: John Kung <john.kung@windriver.com>
3 Date: Thu, 2 May 2019 14:48:20 -0400
4 Subject: [PATCH 1/1] kibana: workaround checksum for configmap.yaml
5
6 ---
7  stable/kibana/templates/deployment.yaml | 5 -----
8  1 file changed, 5 deletions(-)
9
10 diff --git a/stable/kibana/templates/deployment.yaml b/stable/kibana/templates/deployment.yaml
11 index 33208ea..33fc6f0 100644
12 --- a/stable/kibana/templates/deployment.yaml
13 +++ b/stable/kibana/templates/deployment.yaml
14 @@ -16,11 +16,6 @@ spec:
15    revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
16    template:
17      metadata:
18 -      annotations:
19 -        checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
20 -{{- if .Values.podAnnotations }}
21 -{{ toYaml .Values.podAnnotations | indent 8 }}
22 -{{- end }}
23        labels:
24          app: {{ template "kibana.name" . }}
25          release: "{{ .Release.Name }}"
26 -- 
27 1.8.3.1
28