Skip to content

Commit

Permalink
Merge pull request #326 from Kartik494/updatepvtobetayaml
Browse files Browse the repository at this point in the history
Update PV to beta yaml file
  • Loading branch information
k8s-ci-robot authored Jun 23, 2022
2 parents 54c784c + 760e507 commit 419972c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ServiceAccount
metadata:
name: local-storage-update
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: local-storage:updater
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ spec:
# in-cluster config, then specify the following environment variable:
# - name: KUBECONFIG
# value: /path/to/kubeconfig
# this is just a short-term workaround, need to set restartPolicy to "OnFailure" when kubernetes repo #58972 get merged
restartPolicy: Never
restartPolicy: OnFailure

0 comments on commit 419972c

Please sign in to comment.