We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ae61a commit 175ccbbCopy full SHA for 175ccbb
src/integration-tests/bash/lease.sh
@@ -299,7 +299,7 @@ function makeLocalLeaseAndReplaceRemote {
299
local tempcf=${LOCAL_ROOT}/tempcf.yaml
300
301
# next, try replace remote lease with the candidate lease
302
- kubectl create configmap ${CONFIGMAP_NAME} --from-file ${LOCAL_ROOT}/${LOCAL_FILE} -o yaml -n default --dry-run > tempcf.yaml
+ kubectl create configmap ${CONFIGMAP_NAME} --from-file ${LOCAL_ROOT}/${LOCAL_FILE} -o yaml -n default --dry-run > $tempcf
303
if [ $? -ne 0 ]; then
304
traceError "failed - could not generate config map yaml"
305
return 1
0 commit comments