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

In the Dynamic Resource allocation example specs, the claim
parameter name specified was inconsistent.

This commit fixes that with a better/more consistent name,
which is used to define the configmap and referenced in
the `ResourceClaimTemplate` spec.

Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
This commit is contained in:
Swati Sehgal 2022-11-17 14:31:59 +00:00
parent 3f823c0daa
commit 4d15502e43

View File

@ -3,7 +3,7 @@
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: inline-claim-parameters name: test-inline-claim-parameters
namespace: default namespace: default
data: data:
a: b a: b
@ -21,7 +21,7 @@ spec:
resourceClassName: example resourceClassName: example
parametersRef: parametersRef:
kind: ConfigMap kind: ConfigMap
name: pause-claim-parameters name: test-inline-claim-parameters
--- ---
apiVersion: v1 apiVersion: v1
kind: Pod kind: Pod