/
githubmirror
/
origin
Обзор
Документация
Войти
/
githubmirror
/
origin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/extended/testdata/deployments/deployment-trigger.yaml
29 строк
519 B
Tomas Nozicka
Add e2e test for DC adoption
30 авг 2019, 10:13
30 авг 2019, 10:13
fcadfc3
Код
Авторство
О чём код?
apiVersion: apps.openshift.io/v1 kind: DeploymentConfig metadata: labels: app: example name: example spec: replicas: 1 template: metadata: labels: app: example spec: containers: - imagePullPolicy: Always name: test command: - /bin/sleep - "infinity" test: false triggers: - imageChangeParams: automatic: true containerNames: - test from: kind: ImageStreamTag name: test:v1 type: ImageChange