Skip to content

Commit

Permalink
Fixed invalid YAML in GKE self managed flow
Browse files Browse the repository at this point in the history
This fixes the error:

```
error: error parsing ../resources/rbac.yaml: error converting
YAML to JSON: yaml: line 9: did not find expected key
```
  • Loading branch information
KatrinaHoffert committed May 23, 2019
1 parent c33674c commit 909c946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/deploy/resources/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: system:controller:glbc
subjects:
- kind: ServiceAccount
name: glbc
namespace: kube-system
Expand Down

0 comments on commit 909c946

Please sign in to comment.