Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Implement ImageStream #317

Closed
cdrage opened this issue Oct 6, 2017 · 3 comments
Closed

Implement ImageStream #317

cdrage opened this issue Oct 6, 2017 · 3 comments

Comments

@cdrage
Copy link
Collaborator

cdrage commented Oct 6, 2017

After implementing DeploymentConfig, we should implement ImageStream.

However, is it possible to supply multiple image stream triggers in the same DeploymentConfig file rather than splitting it up into separate files?

  triggers:
  - type: ConfigChange
  - imageChangeParams:
      automatic: true
      containerNames:
      - gitlab
      from:
        kind: ImageStreamTag
        name: gitlab:8.13.3
    type: ImageChange
  - imageChangeParams:
      automatic: true
      containerNames:
      - redis
      from:
        kind: ImageStreamTag
        name: redis:2.6.14
    type: ImageChange

Would that work?

@kadel

@kadel
Copy link
Member

kadel commented Oct 9, 2017

Yes, DC can have multiple triggers even multiple even of the same type.

@kadel
Copy link
Member

kadel commented Nov 22, 2017

@cdrage can we close this? #445 was merged

@cdrage
Copy link
Collaborator Author

cdrage commented Nov 22, 2017

Yup. Thanks!

@cdrage cdrage closed this as completed Nov 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants