mirror of
https://github.com/containers/podman.git
synced 2025-12-05 12:52:12 +08:00
cli: podman kube play --configmap use StringArray()
This option accepts a file path so we should allow commas in it. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@@ -699,7 +699,7 @@ spec:
|
||||
}
|
||||
|
||||
@test "podman kube play with configmaps" {
|
||||
configmap_file=${PODMAN_TMPDIR}/play_kube_configmap_configmaps$(random_string 6).yaml
|
||||
configmap_file=${PODMAN_TMPDIR}/play_kube_configmap_configmaps$(random_string 6),withcomma.yaml
|
||||
echo "
|
||||
---
|
||||
apiVersion: v1
|
||||
|
||||
Reference in New Issue
Block a user