Article 5B3JS Basic Openshift question

Basic Openshift question

by
tcpuniverse
from LinuxQuestions.org on (#5B3JS)
regarding to the BuildConfig YAML code bellow:

Code:source:
git:
ref: TCPuniverse-patch-1
uri: 'https://github.com/TCPuniverse/simple-webapp.git'
type: Git
strategy:
sourceStrategy:
from:
kind: ImageStreamTag
name: 'python:3.6'
namespace: openshift
output:
to:
kind: ImageStreamTag
name: 'tpython-app-1:latest'I changed "sourceStrategy / from / namespace" from "openshift" to my project name but it didn't work. Although it worked before this change, but why? what does "namespace: openshift" means if that isn't my project name?!latest?d=yIl2AUoC8zA latest?i=ig_RN-GhWyE:gWQ51HchTxU:F7zBnMy latest?i=ig_RN-GhWyE:gWQ51HchTxU:V_sGLiP latest?d=qj6IDK7rITs latest?i=ig_RN-GhWyE:gWQ51HchTxU:gIN9vFwig_RN-GhWyE
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments