Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
correct rbac api version (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoues authored and knative-prow-robot committed Dec 12, 2018
1 parent 28daaa5 commit 139288d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/201-clusterrolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: build-controller-admin
Expand Down

0 comments on commit 139288d

Please sign in to comment.