...
1apiVersion: warehouse.f8n.ncr.com/v1alpha1
2kind: Pallet
3metadata:
4 name: foreman
5spec:
6 dependencies:
7 paths:
8 - config/pallets/edge/priority-classes
9 - config/pallets/f8n/foreman-config-connector
10 - config/pallets/edge/clusters/foreman/infra
11 - config/pallets/edge/clusters/foreman/syncing-config
12 - config/pallets/k8s-config-connector/k8s-config-connector-operator
13 - config/pallets/external-secrets/secret-store
14 - config/pallets/o11y
15 - config/pallets/o11y/metrics
16 - config/pallets/fluxcd/iam-custom-role
17 - config/pallets/fluxcd/operators
18 - config/pallets/f8n/warehouse/lumperctl
19 - config/pallets/edge/datasync/magpie
20 - config/pallets/edge/api
21 - config/pallets/edge/auth-proxy
22 - config/pallets/edge/chariot2
23 - config/pallets/edge-ui
24 - config/pallets/emissary/foreman
25 - config/pallets/edge/bsl
26 - config/pallets/f8n/kinform/client
27 - config/pallets/f8n/kinform/infra
28 - config/pallets/edge/syncedobjectctl
29 - config/pallets/edge/sequel
30 - config/pallets/sds/emergencyaccess
31 - config/pallets/edge/kinform-psqlinjector
32 - config/pallets/edge/datasync/couchdb-dataflow
33 - config/pallets/o11y/grafana/foreman
34 - config/pallets/edge/lighthouse
35 - config/pallets/edge/ncr-charts
36 description: All packages that are installed to Foreman, the Edge control plane cluster. Requires a GKE cluster due to dependency on foreman-crnm-system service account.
37 kustomize:
38 - providers:
39 - gke
40 target: edge-info
41 team: '@ncrvoyix-swt-retail/edge-dev'
42 vendor: NCR
View as plain text