From bb4949e2f5b18ad083e35cc8c780c115cf6b85e8 Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Thu, 17 Jan 2019 01:23:06 -0600 Subject: [PATCH] Remove failing divingbell overrides - etcd chart shall take care of permissions Change-Id: Iadc763b8b81d953f71a5d4c0f3b4136e7db047fd --- .../charts/ucp/divingbell/divingbell.yaml | 29 ------------------- 1 file changed, 29 deletions(-) diff --git a/global/software/charts/ucp/divingbell/divingbell.yaml b/global/software/charts/ucp/divingbell/divingbell.yaml index 0b8d53f75..b4fafc50c 100644 --- a/global/software/charts/ucp/divingbell/divingbell.yaml +++ b/global/software/charts/ucp/divingbell/divingbell.yaml @@ -78,35 +78,6 @@ data: # were restarted. "Failed to add /run/systemd/ask-password to directory # watch: No space left on device". https://bit.ly/2Mj5qn2 TDP bug 427616 fs.inotify.max_user_watches: '1048576' - overrides: - divingbell_perm: - labels: - - label: - key: kubernetes-etcd - values: - - enabled - conf: - perm: - rerun_policy: always - rerun_interval: 120 - paths: - - path: '/var/lib/etcd/*' - owner: 'root' - group: 'root' - permissions: '0700' - - label: - key: calico-etcd - values: - - enabled - conf: - perm: - rerun_policy: always - rerun_interval: 120 - paths: - - path: '/var/lib/etcd/*' - owner: 'root' - group: 'root' - permissions: '0700' dependencies: - ucp-divingbell-htk ---