Skip to content

Commit

Permalink
multi-cluster-multi-branch-jee - fix upstream template reference (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk authored and etsauer committed Dec 3, 2019
1 parent 8247cf8 commit 16ae4b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ openshift_cluster_content:
- deploy
- cicd
- name: '{{ app_name }}-secret-image-pull-repo-credential'
template: 'https://raw.github.epb.net/EASL/epb-openshift-templates/master/docker-config-json-secret.yml?token=AAAAYZCqr6sQPbRRGcezspQP-y5Ylwboks5dPwXKwA%3D%3D'
template: '{{ openshift_templates_raw }}/{{ openshift_templates_raw_version_tag }}/secrets/secret-docker-cfg-stringdata.yml'
params_from_vars: '{{ image_pull_repo_credential_secret_params }}'
namespace: '{{ ci_cd_namespace }}'
tags:
- build
- deploy
- cicd
- name: '{{ app_name }}-secret-image-push-repo-credential'
template: 'https://raw.github.epb.net/EASL/epb-openshift-templates/master/docker-config-json-secret.yml?token=AAAAYZCqr6sQPbRRGcezspQP-y5Ylwboks5dPwXKwA%3D%3D'
template: '{{ openshift_templates_raw }}/{{ openshift_templates_raw_version_tag }}/secrets/secret-docker-cfg-stringdata.yml'
params_from_vars: '{{ image_push_repo_credential_secret_params }}'
namespace: '{{ ci_cd_namespace }}'
tags:
Expand Down

0 comments on commit 16ae4b1

Please sign in to comment.