mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 18:02:01 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user