Skip to content

Commit

Permalink
Merge pull request #1105 from tjungblu/patch-3
Browse files Browse the repository at this point in the history
OCPBUGS-18357: prepend authfile to podman create
  • Loading branch information
openshift-merge-robot authored Sep 11, 2023
2 parents 8509226 + 7ce7469 commit f859fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindata/etcd/etcd-common-tools
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function dl_etcdctl {
fi

local etcdimg=${ETCD_IMAGE}
local etcdctr=$(podman create ${etcdimg} --authfile=/var/lib/kubelet/config.json)
local etcdctr=$(podman create --authfile=/var/lib/kubelet/config.json ${etcdimg})
local etcdmnt=$(podman mount "${etcdctr}")
[ ! -d ${ETCDCTL_BIN_DIR} ] && mkdir -p ${ETCDCTL_BIN_DIR}
cp ${etcdmnt}/bin/etcdctl ${ETCDCTL_BIN_DIR}/
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/etcd_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f859fbf

Please sign in to comment.