Created
September 26, 2018 19:02
-
-
Save eriknelson/c7a4051e0187c7b10bf86c84c1abb5a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/ansible/roles/olm_setup/templates/osb-operators.configmap.upstream.yaml b/ansible/roles/olm_setup/templates/osb-operators.configmap.upstream.yaml | |
index 0ecef39..32f86cb 100644 | |
--- a/ansible/roles/olm_setup/templates/osb-operators.configmap.upstream.yaml | |
+++ b/ansible/roles/olm_setup/templates/osb-operators.configmap.upstream.yaml | |
@@ -58,7 +58,7 @@ data: | |
install: | |
strategy: deployment | |
spec: | |
- permissions: | |
+ clusterPermissions: | |
- serviceAccountName: template-service-broker-operator | |
rules: | |
- apiGroups: | |
@@ -138,7 +138,7 @@ data: | |
install: | |
strategy: deployment | |
spec: | |
- permissions: | |
+ clusterPermissions: | |
- serviceAccountName: automation-broker-operator | |
rules: | |
- apiGroups: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment