Skip to content

Commit c7084d5

Browse files
authored
Merge pull request #1092 from rackerlabs/deploy-defaults
fix(appset): set defaults to deploy from this repo
2 parents fbb3c9b + 7f80b74 commit c7084d5

File tree

5 files changed

+35
-0
lines changed

5 files changed

+35
-0
lines changed

apps/appsets/appset-understack-global.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ spec:
3333
values:
3434
- "global"
3535
- "aio"
36+
values:
37+
# these should always be replaced by further rules below but provide
38+
# a default for the merge operations below
39+
understack_url: 'https://github.com/rackerlabs/understack.git'
40+
understack_ref: 'main'
41+
deploy_url: 'https://github.com/rackerlabs/understack.git'
42+
deploy_ref: 'main'
3643
# dev clusters allow some overrides
3744
- clusters:
3845
selector:

apps/appsets/appset-understack-infra.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ spec:
3434
- "global"
3535
- "site"
3636
- "aio"
37+
values:
38+
# these should always be replaced by further rules below but provide
39+
# a default for the merge operations below
40+
understack_url: 'https://github.com/rackerlabs/understack.git'
41+
understack_ref: 'main'
42+
deploy_url: 'https://github.com/rackerlabs/understack.git'
43+
deploy_ref: 'main'
3744
# dev clusters allow some overrides
3845
- clusters:
3946
selector:

apps/appsets/appset-understack-openstack.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ spec:
3535
# openstack is deployed at the site level
3636
- "site"
3737
- "aio"
38+
values:
39+
# these should always be replaced by further rules below but provide
40+
# a default for the merge operations below
41+
understack_url: 'https://github.com/rackerlabs/understack.git'
42+
understack_ref: 'main'
43+
deploy_url: 'https://github.com/rackerlabs/understack.git'
44+
deploy_ref: 'main'
3845
# dev clusters allow some overrides
3946
- clusters:
4047
selector:

apps/appsets/appset-understack-operators.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ spec:
3434
- "global"
3535
- "site"
3636
- "aio"
37+
values:
38+
# these should always be replaced by further rules below but provide
39+
# a default for the merge operations below
40+
understack_url: 'https://github.com/rackerlabs/understack.git'
41+
understack_ref: 'main'
42+
deploy_url: 'https://github.com/rackerlabs/understack.git'
43+
deploy_ref: 'main'
3744
# dev clusters allow some overrides
3845
- clusters:
3946
selector:

apps/appsets/appset-understack-site.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ spec:
3333
values:
3434
- "site"
3535
- "aio"
36+
values:
37+
# these should always be replaced by further rules below but provide
38+
# a default for the merge operations below
39+
understack_url: 'https://github.com/rackerlabs/understack.git'
40+
understack_ref: 'main'
41+
deploy_url: 'https://github.com/rackerlabs/understack.git'
42+
deploy_ref: 'main'
3643
# dev clusters allow some overrides
3744
- clusters:
3845
selector:

0 commit comments

Comments
 (0)