From f80c369eee9047a1914c02a126931e645744a255 Mon Sep 17 00:00:00 2001 From: Blake Pettersson Date: Sun, 25 Jun 2023 11:55:03 +0200 Subject: [PATCH] fix: add `applicationsetcontroller.policy` Signed-off-by: Blake Pettersson --- skaffold/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/skaffold/kustomization.yaml b/skaffold/kustomization.yaml index 25fa3ec697b358..3673b7ce1842a3 100644 --- a/skaffold/kustomization.yaml +++ b/skaffold/kustomization.yaml @@ -24,6 +24,7 @@ patchesJson6902: - op: replace path: /data value: + applicationsetcontroller.policy: "sync" # Set insecure when running locally. This disables SSL, and also allows the E2E tests to run with Skaffold. server.insecure: "true" # In order for Skaffold to do its thing, we need to modify all `imagePullPolicy` blocks to be `IfNotPresent`, since