Skip to content

Commit

Permalink
examples/cluster-api-server: add missing version in RoleBinding
Browse files Browse the repository at this point in the history
Fixes "Error from server (NotFound): error when
       creating "examples/cluster-api-server.yaml":
       the server could not find the requested resource
  • Loading branch information
frobware committed Aug 24, 2018
1 parent cfc14e5 commit a7a0d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cluster-api-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
hostPath:
path: /etc/ssl/certs
---
apiVersion: rbac.authorization.k8s.io/
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: clusterapi
Expand Down

0 comments on commit a7a0d0e

Please sign in to comment.