Skip to content

Commit

Permalink
update api version as a part of 1.22 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
srinidhis05 authored Jun 9, 2023
1 parent a73014c commit c400718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ oidc_config() {
oidc_exists "$email" && return 0

kubectl config set-credentials "$email" \
--exec-api-version=client.authentication.k8s.io/v1beta1 \
--exec-api-version=client.authentication.k8s.io/v1 \
--exec-command=kubectl \
--exec-arg=oidc-login \
--exec-arg=get-token \
Expand Down

0 comments on commit c400718

Please sign in to comment.