From 2286635cbc96ddb0cf47bb6deed82ab0be59ee7f Mon Sep 17 00:00:00 2001 From: Raymond Kao Date: Sun, 12 Sep 2021 23:22:00 -0400 Subject: [PATCH] Allow arc agent to deploy services-for-ui Arc/Flux agent can now also deploy the dependent services-for-ui.yaml for UI to run --- manifests/branch/base/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/branch/base/kustomization.yaml b/manifests/branch/base/kustomization.yaml index 25258e6..21e0d51 100644 --- a/manifests/branch/base/kustomization.yaml +++ b/manifests/branch/base/kustomization.yaml @@ -10,6 +10,7 @@ resources: - ./deployments/order-service.yaml - ./deployments/receipt-generation-service.yaml - ./deployments/ui.yaml +- ./deployments/services-for-ui.yaml - ./deployments/virtual-customers.yaml - ./deployments/virtual-worker.yaml - ./components/reddog.binding.receipt.yaml