Skip to content

Commit

Permalink
Update pv to beta yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik494 committed Jun 23, 2022
1 parent 54c784c commit 760e507
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 760e507

Please sign in to comment.