Skip to content

Commit

Permalink
Fix E2E tests
Browse files Browse the repository at this point in the history
Signed-off-by: Israel Blancas <[email protected]>
  • Loading branch information
iblancasa committed Sep 11, 2024
1 parent 397d094 commit 5b25d9e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
items:
- key: collector.yaml
path: collector.yaml
name: stateful-collector-85dbe673
name: stateful-collector-57be076a
name: otc-internal
- emptyDir: {}
name: testvolume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
apiVersion: v1
kind: ConfigMap
metadata:
name: prometheus-kubernetessd-collector-699cdaa1
name: prometheus-kubernetessd-collector-8dccf5a4
data:
collector.yaml: |
exporters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ data:
- prometheus
kind: ConfigMap
metadata:
name: prometheus-cr-collector-52e1d2ae
name: prometheus-cr-collector-7c62d362
2 changes: 1 addition & 1 deletion tests/e2e/statefulset-features/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
items:
- key: collector.yaml
path: collector.yaml
name: stateful-collector-81dcbcb5
name: stateful-collector-02bc3e65
name: otc-internal
- emptyDir: {}
name: testvolume
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/statefulset-features/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
items:
- key: collector.yaml
path: collector.yaml
name: stateful-collector-81dcbcb5
name: stateful-collector-02bc3e65
name: otc-internal
- emptyDir: {}
name: testvolume
Expand Down
6 changes: 3 additions & 3 deletions tests/e2e/versioned-configmaps/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ spec:
volumes:
- name: otc-internal
configMap:
name: simple-collector-8cd615bf
name: simple-collector-22195157
status:
readyReplicas: 1
---
apiVersion: v1
kind: ConfigMap
metadata:
name: simple-collector-8cd615bf
name: simple-collector-22195157
---
apiVersion: v1
kind: ConfigMap
metadata:
name: simple-collector-d6f40475
name: simple-collector-989890e0

0 comments on commit 5b25d9e

Please sign in to comment.