Skip to content

Commit cde09a5

Browse files
committed
chore: Update demo template
1 parent c97aa39 commit cde09a5

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

demo-catalog/templates/spring-boot-ai-service/template.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ spec:
156156
action: publish:github
157157
input:
158158
repoUrl: ${{ parameters.repoUrl }}
159-
allowedHosts: ['github.com']
159+
#allowedHosts: ['github.com']
160160
allowRebaseMerge: false
161161
allowSquashMerge: false
162162
defaultBranch: ${{ parameters.repoBranch }}
@@ -195,17 +195,6 @@ spec:
195195
path: '/proxy/sonarqube/projects/create?name=${{ (parameters.repoUrl | parseRepoUrl).repo }}&organization=${{ (parameters.repoUrl | parseRepoUrl).owner }}&project=${{ (parameters.repoUrl | parseRepoUrl).owner }}_${{ (parameters.repoUrl | parseRepoUrl).repo }}'
196196
headers:
197197
content-type: 'application/json'
198-
199-
- id: notify
200-
name: Notify
201-
action: notification:send
202-
input:
203-
recipients: entity
204-
entityRefs:
205-
- user:default/guest
206-
title: 'Template executed'
207-
info: 'Your template has been executed'
208-
severity: 'normal'
209198

210199
output:
211200
links:

0 commit comments

Comments
 (0)