Not include Imagestream tags in Deployment Config #1741
-
I am using the openshift maven plugin to generate resources oc:resource. I however would not want to have imagestream tags included. Any idea how to go about this? |
Beta Was this translation helpful? Give feedback.
Answered by
rohanKanojia
Sep 7, 2022
Replies: 1 comment 18 replies
-
Are you building container image using S2I build strategy? I think you should be able to do it via setting |
Beta Was this translation helpful? Give feedback.
18 replies
Answer selected by
manusa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you building container image using S2I build strategy? I think you should be able to do it via setting
jkube.openshift.imageChangeTriggers
to false