Skip to content

Commit 42610ff

Browse files
authored
Make host-config dynamic on external prod clusters (part 3 - external prod) (#8463)
* Make host-config dynamic on external prod clusters Signed-off-by: Max Shaposhnyk <[email protected]> * Revert release tags Signed-off-by: Max Shaposhnyk <[email protected]> * Re-generate kueue cofig Signed-off-by: Max Shaposhnyk <[email protected]> --------- Signed-off-by: Max Shaposhnyk <[email protected]>
1 parent 0f16dbb commit 42610ff

File tree

10 files changed

+1390
-2420
lines changed

10 files changed

+1390
-2420
lines changed

components/multi-platform-controller/production/kflux-prd-rh02/host-config.yaml

Lines changed: 0 additions & 805 deletions
This file was deleted.

components/multi-platform-controller/production/kflux-prd-rh02/host-values.yaml

Lines changed: 462 additions & 0 deletions
Large diffs are not rendered by default.

components/multi-platform-controller/production/kflux-prd-rh02/kustomization.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,22 @@ namespace: multi-platform-controller
66
resources:
77
- ../../base/common
88
- ../../base/rbac
9-
- host-config.yaml
109
- external-secrets.yaml
1110
- https://github.com/konflux-ci/multi-platform-controller/deploy/operator?ref=207461e3d7b3818e523284dac86d9e8758173bde
1211
- https://github.com/konflux-ci/multi-platform-controller/deploy/otp?ref=207461e3d7b3818e523284dac86d9e8758173bde
1312

1413
components:
1514
- ../../k-components/manager-resources
1615

16+
helmGlobals:
17+
chartHome: ../../base
18+
19+
helmCharts:
20+
- name: host-config-chart
21+
releaseName: hosts-config
22+
namespace: multi-platform-controller
23+
valuesFile: host-values.yaml
24+
1725
images:
1826
- name: multi-platform-controller
1927
newName: quay.io/konflux-ci/multi-platform-controller

components/multi-platform-controller/production/kflux-prd-rh03/host-config.yaml

Lines changed: 0 additions & 797 deletions
This file was deleted.

0 commit comments

Comments
 (0)