Last active
June 24, 2018 15:18
-
-
Save aramalipoor/181de01229e462b086b558f6ba3e115b to your computer and use it in GitHub Desktop.
How to use Input Secrets to clone multiple repositories in OpenShift's BuildConfig?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# You can edit a BuildConfig's YAML either via UI | |
# or by running `oc edit bc/MY_APP` | |
spec: | |
# ... | |
source: | |
# ... | |
secrets: | |
# This path must be relative when BuildConfig's "strategy" is Docker | |
- destinationDir: secrets/github-myorg | |
secret: | |
name: github-myorg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment