mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
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:
parent
3f823c0daa
commit
4d15502e43
@ -3,7 +3,7 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: inline-claim-parameters
|
||||
name: test-inline-claim-parameters
|
||||
namespace: default
|
||||
data:
|
||||
a: b
|
||||
@ -21,7 +21,7 @@ spec:
|
||||
resourceClassName: example
|
||||
parametersRef:
|
||||
kind: ConfigMap
|
||||
name: pause-claim-parameters
|
||||
name: test-inline-claim-parameters
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
|
Loading…
Reference in New Issue
Block a user