-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathacme-folders.yaml
More file actions
63 lines (60 loc) · 1.99 KB
/
acme-folders.yaml
File metadata and controls
63 lines (60 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
apiVersion: xl-release/v1
kind: Templates
spec:
- name: release-gitops-examples
type: git.Repository
url: https://github.com/xebialabs-community/release-gitops-examples
- directory: Acme DEV
children:
- name: Deploy Dev Server
type: xldeploy.XLDeployServer
url: https://deploy-dev.example.com
username: admin
- folderVariables:
- type: xlrelease.ReferenceVariable
key: folder.deploy-server
label: Local Deploy Server
value: Deploy Dev Server
referencedType: xldeploy.XLDeployServer
- directory: Onboarding
children:
- type: xlrelease.FolderVersioningSettings
gitConnection: release-gitops-examples
scmPath: Onboarding
branch: main
- directory: Acme STAGING
children:
- name: Deploy Staging Server
type: xldeploy.XLDeployServer
url: https://deploy-staging.example.com
username: admin
- folderVariables:
- type: xlrelease.ReferenceVariable
key: folder.deploy-server
label: Local Deploy Server
value: Deploy Staging Server
referencedType: xldeploy.XLDeployServer
- directory: Onboarding
children:
- type: xlrelease.FolderVersioningSettings
gitConnection: release-gitops-examples
scmPath: Onboarding
branch: main
- directory: Acme PROD
children:
- name: Deploy Production Server
type: xldeploy.XLDeployServer
url: https://deploy-prod.example.com
username: admin
- folderVariables:
- type: xlrelease.ReferenceVariable
key: folder.deploy-server
label: Local Deploy Server
value: Deploy Production Server
referencedType: xldeploy.XLDeployServer
- directory: Onboarding
children:
- type: xlrelease.FolderVersioningSettings
gitConnection: release-gitops-examples
scmPath: Onboarding
branch: main