diff options
Diffstat (limited to 'src/monitor/deploy')
-rwxr-xr-x | src/monitor/deploy/monitor-deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |