Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dra: test examples: ensure that the claim parameter name is consistent #113976

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/e2e/dra/test-driver/deploy/example/pod-inline.yaml
Expand Up @@ -3,7 +3,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: inline-claim-parameters
name: test-inline-claim-parameters
namespace: default
data:
a: b
Expand All @@ -21,7 +21,7 @@ spec:
resourceClassName: example
parametersRef:
kind: ConfigMap
name: pause-claim-parameters
name: test-inline-claim-parameters
---
apiVersion: v1
kind: Pod
Expand Down