Guest User

Untitled

a guest
Jun 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # You can edit a BuildConfig's YAML either via UI
  2. # or by running `oc edit bc/MY_APP`
  3. spec:
  4. # ...
  5. source:
  6. # ...
  7. secrets:
  8. # This path must be relative when BuildConfig's "strategy" is Docker
  9. - destinationDir: secrets/github-myorg
  10. secret:
  11. name: github-myorg
Add Comment
Please, Sign In to add comment