From 97c6ca4bfdfa4f5e367649ebf6a4e2c583e2cb78 Mon Sep 17 00:00:00 2001 From: Eric Multanen Date: Thu, 16 Jul 2020 13:12:03 -0700 Subject: Move status tracking CR to rsync Handle creation and deletion of the ResourceBundleState Custom Resource per app/cluster in the rsync microservice instead of adding it to the resources of the composite application in the orchestrator service. Issue-ID: MULTICLOUD-1125 Signed-off-by: Eric Multanen Change-Id: Id0c0639ff62e788628e78f972107a7603c27abfb --- src/monitor/deploy/monitor-deploy.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/monitor') diff --git a/src/monitor/deploy/monitor-deploy.sh b/src/monitor/deploy/monitor-deploy.sh index 47c7120f..6134e4da 100755 --- a/src/monitor/deploy/monitor-deploy.sh +++ b/src/monitor/deploy/monitor-deploy.sh @@ -1,3 +1,4 @@ +kubectl apply -f crds/k8splugin_v1alpha1_resourcebundlestate_crd.yaml kubectl apply -f role.yaml kubectl apply -f cluster_role.yaml kubectl apply -f role_binding.yaml -- cgit 1.2.3-korg