Skip to content

Instantly share code, notes, and snippets.

@eriknelson
Created September 26, 2018 19:02
Show Gist options
  • Save eriknelson/c7a4051e0187c7b10bf86c84c1abb5a0 to your computer and use it in GitHub Desktop.
Save eriknelson/c7a4051e0187c7b10bf86c84c1abb5a0 to your computer and use it in GitHub Desktop.
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