Skip to content

Commit

Permalink
feat: assert the existance of config in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 committed Aug 15, 2024
1 parent c28d93b commit 829cf69
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
11 changes: 10 additions & 1 deletion tests/e2e/fe-synthetic/assert-odigos-installed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ status:
restartCount: 0
started: true
---
apiVersion: v1
kind: ConfigMap
metadata:
labels:
odigos.io/config: "1"
odigos.io/system-object: "true"
name: odigos-config
namespace: odigos-system
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down Expand Up @@ -111,4 +120,4 @@ metadata:
labels:
odigos.io/config: "1"
odigos.io/system-object: "true"
name: processors.odigos.io
name: processors.odigos.io
11 changes: 10 additions & 1 deletion tests/e2e/helm-chart/assert-odigos-installed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ status:
restartCount: 0
started: true
---
apiVersion: v1
kind: ConfigMap
metadata:
labels:
odigos.io/config: "1"
odigos.io/system-object: "true"
name: odigos-config
namespace: odigos-test-ns
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down Expand Up @@ -111,4 +120,4 @@ metadata:
labels:
odigos.io/config: "1"
odigos.io/system-object: "true"
name: processors.odigos.io
name: processors.odigos.io
11 changes: 10 additions & 1 deletion tests/e2e/multi-apps/assert-odigos-installed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ status:
restartCount: 0
started: true
---
apiVersion: v1
kind: ConfigMap
metadata:
labels:
odigos.io/config: "1"
odigos.io/system-object: "true"
name: odigos-config
namespace: odigos-system
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down Expand Up @@ -111,4 +120,4 @@ metadata:
labels:
odigos.io/config: "1"
odigos.io/system-object: "true"
name: processors.odigos.io
name: processors.odigos.io

0 comments on commit 829cf69

Please sign in to comment.