Commit bfcd297
committed
Separate role binding for each namespace
The role-binding needs to be created with unique name given by
namespaces. The original hardcoded name caused that different
environments always overwrite the bindings and we were loosing roles
after each re-deployment.
JIRA: ISV-33961 parent 5787cc0 commit bfcd297
File tree
2 files changed
+2
-2
lines changed- ansible/roles/operator-pipeline
- tasks
- templates/openshift
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments