/
githubmirror
/
origin
Обзор
Документация
Войти
/
githubmirror
/
origin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/extended/testdata/deployments/generation-test.yaml
32 строки
703 B
Clayton Coleman
test: Update openshift tests to use locked images
30 ноя 2020, 20:06
Не верифицирован
30 ноя 2020, 20:06
4cbb844
Код
Авторство
О чём код?
apiVersion: apps.openshift.io/v1 kind: DeploymentConfig metadata: name: generation-test spec: replicas: 1 selector: name: generation-test strategy: type: Rolling rollingParams: pre: failurePolicy: Abort execNewPod: containerName: myapp command: - /bin/echo - test pre hook executed template: metadata: labels: name: generation-test spec: containers: - image: "image-registry.openshift-image-registry.svc:5000/openshift/tools:latest" imagePullPolicy: IfNotPresent name: myapp command: - /bin/sleep - "infinity" triggers: - type: ConfigChange