diff options
author | Todd Malsbary <todd.malsbary@intel.com> | 2021-03-31 13:34:22 -0700 |
---|---|---|
committer | Todd Malsbary <todd.malsbary@intel.com> | 2021-05-04 13:36:06 -0700 |
commit | 1e343febbbd958143ad29e4feb4a31baca01e981 (patch) | |
tree | a65ceaf8c5528638bd5342d2cdf853efcad5a496 /kud/deployment_infra/playbooks/emco-monitor-openness-21.03.patch | |
parent | e8b026c82e813dd275064b24b0af0ae5f2e89ffb (diff) |
Replace emco with openness-21.03 release
This change also installs emcoctl in the artifacts directory, similar
to what is done for kubectl by kubespray.
Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I8447210487578ceeef61afc7c3e4d97905303c8a
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 |