File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
generated/gitops-template/azure Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
env:
32
32
TRUSTIFICATION_OIDC_CLIENT_SECRET: $(TRUSTIFICATION_OIDC_CLIENT_SECRET)
33
33
# Set this password for your specific registry
34
- # IMAGE_REGISTRY_PASSWORD: $(IMAGE_REGISTRY_PASSWORD)
34
+ IMAGE_REGISTRY_PASSWORD: $(IMAGE_REGISTRY_PASSWORD)
35
35
# QUAY_IO_CREDS_PSW: $(QUAY_IO_CREDS_PSW)
36
36
# ARTIFACTORY_IO_CREDS_PSW: $(ARTIFACTORY_IO_CREDS_PSW)
37
37
# NEXUS_IO_CREDS_PSW: $(NEXUS_IO_CREDS_PSW)
46
46
env:
47
47
TRUSTIFICATION_OIDC_CLIENT_SECRET: $(TRUSTIFICATION_OIDC_CLIENT_SECRET)
48
48
# Set this password for your specific registry
49
- # IMAGE_REGISTRY_PASSWORD: $(IMAGE_REGISTRY_PASSWORD)
49
+ IMAGE_REGISTRY_PASSWORD: $(IMAGE_REGISTRY_PASSWORD)
50
50
# QUAY_IO_CREDS_PSW: $(QUAY_IO_CREDS_PSW)
51
51
# ARTIFACTORY_IO_CREDS_PSW: $(ARTIFACTORY_IO_CREDS_PSW)
52
52
# NEXUS_IO_CREDS_PSW: $(NEXUS_IO_CREDS_PSW)
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ rm -rf $JENKINS_SHARED_LIB/resources/env.template.sh
70
70
rm -rf $JENKINS_SHARED_LIB /resources/signing-secret-env.sh
71
71
72
72
# templates are copied 1-1
73
- for ciType in jenkins gitlabci githubactions; do
73
+ for ciType in jenkins gitlabci githubactions azure ; do
74
74
update-tssc-templates $CI_ROOT_SRC $ciType rhtap/env.template.sh $GEN_SRC
75
75
update-tssc-templates $CI_ROOT_GITOPS $ciType rhtap/env.template.sh $GEN_GITOPS
76
76
done
Original file line number Diff line number Diff line change @@ -160,10 +160,10 @@ gitops_variables:
160
160
gitops_secrets :
161
161
- name : TRUSTIFICATION_OIDC_CLIENT_SECRET
162
162
- name : IMAGE_REGISTRY_PASSWORD
163
- if : ' isGitHub'
163
+ if : ' isGitHub || isAzure '
164
164
comment : " Set this password for your specific registry"
165
165
- name : IMAGE_REGISTRY_PASSWORD
166
- if : ' !isGitHub'
166
+ if : ' !isGitHub && !isAzure '
167
167
commented_out : true
168
168
comment : " Set this password for your specific registry"
169
169
# show all the values options in the jenkins file and other CIs
You can’t perform that action at this time.
0 commit comments