Skip to content

Commit f2b9a09

Browse files
authored
Merge pull request #11 from redhat-gpte-devopsautomation/master
update
2 parents d8a2561 + d9bdc01 commit f2b9a09

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

scaffolder-templates/gitlab/coolstore/catalog-spring-boot/manifests/helm/build/templates/triggertemplate-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- name: certificate-identity
5858
value: $(tt.params.git-committer)
5959
- name: oidc-issuer
60-
value: https://keycloak-rhsso{{ .Values.app.cluster }}/auth/realms/trusted-artifact-signer
60+
value: https://keycloak-rhsso{{ .Values.app.cluster }}/auth/realms/openshift
6161
pipelineRef:
6262
name: {{ .Values.app.name }}-build
6363
serviceAccountName: pipeline

scaffolder-templates/gitlab/coolstore/gateway-vertx/manifests/helm/build/templates/triggertemplate-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- name: certificate-identity
5858
value: $(tt.params.git-committer)
5959
- name: oidc-issuer
60-
value: https://keycloak-rhsso{{ .Values.app.cluster }}/auth/realms/trusted-artifact-signer
60+
value: https://keycloak-rhsso{{ .Values.app.cluster }}/auth/realms/openshift
6161
pipelineRef:
6262
name: {{ .Values.app.name }}-build
6363
serviceAccountName: pipeline

scaffolder-templates/gitlab/coolstore/inventory-quarkus/manifests/helm/build/templates/triggertemplate-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- name: certificate-identity
5858
value: $(tt.params.git-committer)
5959
- name: oidc-issuer
60-
value: https://keycloak-rhsso{{ .Values.app.cluster }}/auth/realms/trusted-artifact-signer
60+
value: https://keycloak-rhsso{{ .Values.app.cluster }}/auth/realms/openshift
6161
pipelineRef:
6262
name: {{ .Values.app.name }}-build
6363
serviceAccountName: pipeline

scaffolder-templates/gitlab/coolstore/web-nodejs/manifests/helm/build/templates/triggertemplate-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- name: certificate-identity
5858
value: $(tt.params.git-committer)
5959
- name: oidc-issuer
60-
value: https://keycloak-rhsso{{ .Values.app.cluster }}/auth/realms/trusted-artifact-signer
60+
value: https://keycloak-rhsso{{ .Values.app.cluster }}/auth/realms/openshift
6161
pipelineRef:
6262
name: {{ .Values.app.name }}-build
6363
serviceAccountName: pipeline

scaffolder-templates/gitlab/quinoa-wind-turbine/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ git config --local --edit
5151

5252
[gitsign]
5353
fulcio = https://fulcio-server-trusted-artifact-signer.apps.cluster-6c6wk.sandbox879.opentlc.com
54-
issuer = https://keycloak-rhsso.apps.cluster-6c6wk.sandbox879.opentlc.com/auth/realms/trusted-artifact-signer
54+
issuer = https://keycloak-rhsso.apps.cluster-6c6wk.sandbox879.opentlc.com/auth/realms/openshift
5555
rekor = https://rekor-server-trusted-artifact-signer.apps.cluster-6c6wk.sandbox879.opentlc.com
5656
clientid = trusted-artifact-signer
5757

scaffolder-templates/gitlab/quinoa-wind-turbine/manifests/helm/build/templates/triggertemplate-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- name: certificate-identity
5858
value: $(tt.params.git-committer)
5959
- name: oidc-issuer
60-
value: https://keycloak-rhsso{{ .Values.app.cluster }}/auth/realms/trusted-artifact-signer
60+
value: https://keycloak-rhsso{{ .Values.app.cluster }}/auth/realms/openshift
6161
pipelineRef:
6262
name: {{ .Values.app.name }}-build
6363
serviceAccountName: pipeline

0 commit comments

Comments
 (0)