diff options
author | Ritu Sood <ritu.sood@intel.com> | 2021-05-07 00:51:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-05-07 00:51:48 +0000 |
commit | 76ca3e628144931a657bab39dd175f6fe3c26e47 (patch) | |
tree | 8a7d8ff9ff8f48d36802931278f2a52bf272340c /kud/deployment_infra/playbooks/emco-monitor-openness-21.03.patch | |
parent | c7f358b2420eae7852167ce18706196e4fafa864 (diff) | |
parent | 1e343febbbd958143ad29e4feb4a31baca01e981 (diff) |
Merge "Replace emco with openness-21.03 release"
Diffstat (limited to 'kud/deployment_infra/playbooks/emco-monitor-openness-21.03.patch')
-rw-r--r-- | kud/deployment_infra/playbooks/emco-monitor-openness-21.03.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kud/deployment_infra/playbooks/emco-monitor-openness-21.03.patch b/kud/deployment_infra/playbooks/emco-monitor-openness-21.03.patch new file mode 100644 index 00000000..44c72b6c --- /dev/null +++ b/kud/deployment_infra/playbooks/emco-monitor-openness-21.03.patch @@ -0,0 +1,13 @@ +diff --git a/deployments/helm/monitor/templates/clusterrolebinding.yaml b/deployments/helm/monitor/templates/clusterrolebinding.yaml +index 70305e50..6616787b 100644 +--- a/deployments/helm/monitor/templates/clusterrolebinding.yaml ++++ b/deployments/helm/monitor/templates/clusterrolebinding.yaml +@@ -7,7 +7,7 @@ metadata: + subjects: + - kind: ServiceAccount + name: monitor +- namespace: default ++ namespace: {{ .Release.Namespace }} + roleRef: + kind: ClusterRole + name: monitor |