Skip to content

Commit 1811c73

Browse files
committed
Fix get expiration global var
1 parent 977bc9b commit 1811c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_host_nfs_service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
doctl auth init -t "${DO_KUBERNETES_TOKEN}"
44
doctl kubernetes cluster kubeconfig save \
55
"${DO_KUBERNETES_CLUSTER_ID}" \
6-
--expiry-seconds $(("${DO_KUBERNETES_CLUSTER_CREDENTIALS_EXPIRY}"))
6+
--expiry-seconds "${DO_KUBERNETES_CLUSTER_CREDENTIALS_EXPIRY}"
77

88
for p in $(kubectl get pods -n kube-system -o name | grep doks)
99
do

0 commit comments

Comments
 (0)