Skip to content

Commit

Permalink
Merge pull request kubernetes#113976 from swatisehgal/dra-fix-claim-p…
Browse files Browse the repository at this point in the history
…arameter-name

dra: test examples: ensure that the claim parameter name is consistent
  • Loading branch information
k8s-ci-robot committed Nov 18, 2022
2 parents 7702240 + 4d15502 commit 57eb5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/dra/test-driver/deploy/example/pod-inline.yaml
Original file line number Diff line number Diff line change
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

0 comments on commit 57eb5d6

Please sign in to comment.