From 83ae11e725416f198e070d38b97fb58c1b56fa2f Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Tue, 31 Dec 2024 10:52:06 -0800 Subject: [PATCH] Update testdata to remove invalid dependsOn reference in cluster8 (#820) --- tests/testdata/cluster8/cluster/apps.yaml | 2 -- tests/tool/__snapshots__/test_build.ambr | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/testdata/cluster8/cluster/apps.yaml b/tests/testdata/cluster8/cluster/apps.yaml index 6d63b0e6..2fafd907 100644 --- a/tests/testdata/cluster8/cluster/apps.yaml +++ b/tests/testdata/cluster8/cluster/apps.yaml @@ -7,8 +7,6 @@ metadata: namespace: flux-system spec: interval: 10m0s - dependsOn: - - name: infra-configs sourceRef: kind: GitRepository name: flux-system diff --git a/tests/tool/__snapshots__/test_build.ambr b/tests/tool/__snapshots__/test_build.ambr index 2730aad1..e4409a41 100644 --- a/tests/tool/__snapshots__/test_build.ambr +++ b/tests/tool/__snapshots__/test_build.ambr @@ -1073,8 +1073,6 @@ config.kubernetes.io/index: '0' internal.config.kubernetes.io/index: '0' spec: - dependsOn: - - name: infra-configs interval: 10m0s path: ./tests/testdata/cluster8/apps prune: true