Ansible Script 추가
This commit is contained in:
13
ansible/01_old/ansible_kubectl/testpod.yaml
Normal file
13
ansible/01_old/ansible_kubectl/testpod.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: awx-test
|
||||
namespace: ansible-awx
|
||||
spec:
|
||||
containers:
|
||||
- image: nexus2.exem-oss.org/awx-ee:latest
|
||||
imagePullPolicy: Always
|
||||
name: awx-test
|
||||
resources: {}
|
||||
securityContext:
|
||||
privileged: true
|
||||
Reference in New Issue
Block a user