Skip to content

Commit 2b4542a

Browse files
committed
fix: update expected test output after chart change
1 parent 68824a5 commit 2b4542a

7 files changed

+26
-0
lines changed

test/e2e/resources/all-providers-custom-ns-versions.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ metadata:
7171
"argocd.argoproj.io/sync-wave": "2"
7272
spec:
7373
version: v0.2.6
74+
configSecret:
75+
name: test-secret-name
76+
namespace: test-secret-namespace
7477
---
7578
# Source: cluster-api-operator/templates/bootstrap.yaml
7679
apiVersion: operator.cluster.x-k8s.io/v1alpha2

test/e2e/resources/all-providers-custom-versions.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ metadata:
7171
"argocd.argoproj.io/sync-wave": "2"
7272
spec:
7373
version: v0.2.6
74+
configSecret:
75+
name: test-secret-name
76+
namespace: test-secret-namespace
7477
---
7578
# Source: cluster-api-operator/templates/bootstrap.yaml
7679
apiVersion: operator.cluster.x-k8s.io/v1alpha2

test/e2e/resources/all-providers-latest-versions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ metadata:
6969
"helm.sh/hook": "post-install,post-upgrade"
7070
"helm.sh/hook-weight": "2"
7171
"argocd.argoproj.io/sync-wave": "2"
72+
spec:
73+
configSecret:
74+
name: test-secret-name
75+
namespace: test-secret-namespace
7276
---
7377
# Source: cluster-api-operator/templates/bootstrap.yaml
7478
apiVersion: operator.cluster.x-k8s.io/v1alpha2

test/e2e/resources/all-providers-manager-defined-no-feature-gates.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ metadata:
6969
"helm.sh/hook": "post-install,post-upgrade"
7070
"helm.sh/hook-weight": "2"
7171
"argocd.argoproj.io/sync-wave": "2"
72+
spec:
73+
configSecret:
74+
name: test-secret-name
75+
namespace: test-secret-namespace
7276
---
7377
# Source: cluster-api-operator/templates/infra-conditions.yaml
7478
apiVersion: operator.cluster.x-k8s.io/v1alpha2

test/e2e/resources/feature-gates.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ metadata:
6969
"helm.sh/hook": "post-install,post-upgrade"
7070
"helm.sh/hook-weight": "2"
7171
"argocd.argoproj.io/sync-wave": "2"
72+
spec:
73+
configSecret:
74+
name: aws-variables
75+
namespace: default
7276
---
7377
# Source: cluster-api-operator/templates/infra-conditions.yaml
7478
apiVersion: operator.cluster.x-k8s.io/v1alpha2

test/e2e/resources/only-addon.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ metadata:
2929
"helm.sh/hook": "post-install,post-upgrade"
3030
"helm.sh/hook-weight": "2"
3131
"argocd.argoproj.io/sync-wave": "2"
32+
spec:
33+
configSecret:
34+
name: test-secret-name
35+
namespace: test-secret-namespace
3236
---
3337
# Source: cluster-api-operator/templates/core-conditions.yaml
3438
apiVersion: operator.cluster.x-k8s.io/v1alpha2

test/e2e/resources/only-infra-and-addon.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ metadata:
5959
"helm.sh/hook": "post-install,post-upgrade"
6060
"helm.sh/hook-weight": "2"
6161
"argocd.argoproj.io/sync-wave": "2"
62+
spec:
63+
configSecret:
64+
name: test-secret-name
65+
namespace: test-secret-namespace
6266
---
6367
# Source: cluster-api-operator/templates/infra-conditions.yaml
6468
apiVersion: operator.cluster.x-k8s.io/v1alpha2

0 commit comments

Comments
 (0)