init
This commit is contained in:
13
rbac/04-pod.yaml
Normal file
13
rbac/04-pod.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: sample
|
||||
namespace: demo
|
||||
spec:
|
||||
serviceAccount: pod-reader
|
||||
terminationGracePeriodSeconds: 1
|
||||
containers:
|
||||
- name: app
|
||||
image: trion/curl:1
|
||||
tty: true
|
||||
resources: {}
|
||||
Reference in New Issue
Block a user