Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Iterate over additional secret keys, making all available
Two bugs are fixed here. First, the buildah `--secret` arg expects a *file*, not a directory, so every key/value pair in the kubernetes secrets mounted in needs to be supplied as a separate argument to buildah. Second, buildah won't accept symlinks and all of the individual files in the mounted directory are symlinks. The `-L` option to `cp` addresses that by de-referencing them.
- Loading branch information