diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-22 09:08:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 09:08:33 -0500 |
commit | 6fbf73ed8bd34738f3f901df1e5d3b592a9c3354 (patch) | |
tree | 84e9ad888d9f633ec02c8b1840d380dd25e536e9 /test/e2e | |
parent | 5da7c69968cb14120dba71de0c900902013c4517 (diff) | |
parent | f06dd45e0c1b4a36bb93f33cc863d54af94b5155 (diff) | |
download | podman-6fbf73ed8bd34738f3f901df1e5d3b592a9c3354.tar.gz podman-6fbf73ed8bd34738f3f901df1e5d3b592a9c3354.tar.bz2 podman-6fbf73ed8bd34738f3f901df1e5d3b592a9c3354.zip |
Merge pull request #9420 from rhatdan/kube
[NO TESTS NEEDED] Allow podman play kube to read yaml file from stdin
Diffstat (limited to 'test/e2e')
-rw-r--r-- | test/e2e/test.yaml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/test/e2e/test.yaml b/test/e2e/test.yaml deleted file mode 100644 index 98d2c91df..000000000 --- a/test/e2e/test.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Save the output of this file and use kubectl create -f to import -# it into Kubernetes. -# -# Created with podman-1.6.2 -apiVersion: v1 -kind: Pod -metadata: - labels: - app: test - name: test -spec: - containers: - - command: - - sleep - - "100" - env: - - name: PATH - value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin - - name: TERM - value: xterm - - name: container - value: podman - image: docker.io/library/fedora:latest - name: test - resources: {} - securityContext: - runAsUser: 1000 - runAsGroup: 3000 - fsGroup: 2000 - allowPrivilegeEscalation: true - capabilities: {} - privileged: false - seLinuxOptions: - level: "s0:c1,c2" - readOnlyRootFilesystem: false - workingDir: / -status: {} |