From 69188af5658d6bb8ba22897bf05c18978a60a710 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 13 Oct 2019 23:53:38 -0700 Subject: [PATCH] Rename CLUO label from "app" to "name" * Match the labeling pattern in other addons --- addons/cluo/update-agent.yaml | 4 ++-- addons/cluo/update-operator.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/cluo/update-agent.yaml b/addons/cluo/update-agent.yaml index 880615f3..1d0bef0b 100644 --- a/addons/cluo/update-agent.yaml +++ b/addons/cluo/update-agent.yaml @@ -10,11 +10,11 @@ spec: maxUnavailable: 1 selector: matchLabels: - app: container-linux-update-agent + name: container-linux-update-agent template: metadata: labels: - app: container-linux-update-agent + name: container-linux-update-agent annotations: seccomp.security.alpha.kubernetes.io/pod: 'docker/default' spec: diff --git a/addons/cluo/update-operator.yaml b/addons/cluo/update-operator.yaml index bb922ffa..d814626b 100644 --- a/addons/cluo/update-operator.yaml +++ b/addons/cluo/update-operator.yaml @@ -7,11 +7,11 @@ spec: replicas: 1 selector: matchLabels: - app: container-linux-update-operator + name: container-linux-update-operator template: metadata: labels: - app: container-linux-update-operator + name: container-linux-update-operator annotations: seccomp.security.alpha.kubernetes.io/pod: 'docker/default' spec: