summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.3/infrastructure-templates/origin/metrics-deployer.yaml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-10-06 08:08:46 -0400
committerGitHub <noreply@github.com>2016-10-06 08:08:46 -0400
commitca44492626a23d7755d6e4d481af2a129e0847d6 (patch)
tree65e379d5d2e411f46ee3d116f5da24847b456d57 /roles/openshift_examples/files/examples/v1.3/infrastructure-templates/origin/metrics-deployer.yaml
parentf539303306947ff8b1d5ddfe206a2b21c36de3e8 (diff)
parent82072f46803a50de70de72277c7ce90ee92ce4b4 (diff)
downloadopenshift-ca44492626a23d7755d6e4d481af2a129e0847d6.tar.gz
openshift-ca44492626a23d7755d6e4d481af2a129e0847d6.tar.bz2
openshift-ca44492626a23d7755d6e4d481af2a129e0847d6.tar.xz
openshift-ca44492626a23d7755d6e4d481af2a129e0847d6.zip
Merge pull request #2556 from sdodson/image-stream-sync
Add v1.4 content, update v1.3 content to latest
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.3/infrastructure-templates/origin/metrics-deployer.yaml')
-rw-r--r--roles/openshift_examples/files/examples/v1.3/infrastructure-templates/origin/metrics-deployer.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/openshift_examples/files/examples/v1.3/infrastructure-templates/origin/metrics-deployer.yaml b/roles/openshift_examples/files/examples/v1.3/infrastructure-templates/origin/metrics-deployer.yaml
index ac5098c8a..5f2290419 100644
--- a/roles/openshift_examples/files/examples/v1.3/infrastructure-templates/origin/metrics-deployer.yaml
+++ b/roles/openshift_examples/files/examples/v1.3/infrastructure-templates/origin/metrics-deployer.yaml
@@ -62,6 +62,8 @@ objects:
value: ${MASTER_URL}
- name: MODE
value: ${MODE}
+ - name: CONTINUE_ON_ERROR
+ value: ${CONTINUE_ON_ERROR}
- name: REDEPLOY
value: ${REDEPLOY}
- name: IGNORE_PREFLIGHT
@@ -114,6 +116,10 @@ parameters:
description: "Can be set to: 'preflight' to perform validation before a deployment; 'deploy' to perform an initial deployment; 'refresh' to delete and redeploy all components but to keep persisted data and routes; 'redeploy' to delete and redeploy everything (losing all data in the process); 'validate' to re-run validations after a deployment"
name: MODE
value: "deploy"
+-
+ description: "Set to true to continue even if the deployer runs into an error."
+ name: CONTINUE_ON_ERROR
+ value: "false"
-
description: "(Deprecated) Turns 'deploy' mode into 'redeploy' mode, deleting and redeploying everything (losing all data in the process)"
name: REDEPLOY