Skip to content

Commit

Permalink
Fix nil problems
Browse files Browse the repository at this point in the history
  • Loading branch information
yodigos committed Aug 11, 2024
1 parent 4bf10b3 commit cf407a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/e2e/helm-chart/assert-runtime-detected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
runtimeDetails:
- containerName: coupon
language: javascript
runtimeVersion: 18.3.0
---
apiVersion: odigos.io/v1alpha1
kind: InstrumentedApplication
Expand All @@ -29,6 +30,7 @@ spec:
runtimeDetails:
- containerName: frontend
language: java
runtimeVersion: jdk-17.0.11+9
---
apiVersion: odigos.io/v1alpha1
kind: InstrumentedApplication
Expand All @@ -45,6 +47,7 @@ spec:
runtimeDetails:
- containerName: inventory
language: python
runtimeVersion: 3.11.9
---
apiVersion: odigos.io/v1alpha1
kind: InstrumentedApplication
Expand All @@ -61,6 +64,7 @@ spec:
runtimeDetails:
- containerName: membership
language: go
runtimeVersion: go1.21.4
---
apiVersion: odigos.io/v1alpha1
kind: InstrumentedApplication
Expand Down

0 comments on commit cf407a1

Please sign in to comment.