Skip to content

Commit

Permalink
Fix kuttl test
Browse files Browse the repository at this point in the history
  • Loading branch information
gburges committed Dec 12, 2024
1 parent 255e3e8 commit 5237c70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/kuttl/test-sidecars/01-pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ spec:
deployments:
- name: processor
podSpec:
volumeMounts:
- name: puptoo-otel-config
mountPath: "/etc/otelcol/config.yaml"
readOnly: true
volumes:
- name: puptoo-otel-config
configMap:
name: puptoo-otel-config
image: quay.io/psav/clowder-hello
sidecars:
- name: token-refresher
Expand Down
8 changes: 8 additions & 0 deletions tests/kuttl/test-sidecars/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ spec:
serviceAccountName: puptoo-processor
containers:
- name: puptoo-processor
volumeMounts:
- name: puptoo-otel-config
mountPath: "/etc/otelcol/config.yaml"
readOnly: true
volumes:
- name: puptoo-otel-config
configMap:
name: puptoo-otel-config

0 comments on commit 5237c70

Please sign in to comment.