training
This commit is contained in:
14
training/rbac/pod.yaml
Normal file
14
training/rbac/pod.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
labels:
|
||||
run: shell
|
||||
name: shell
|
||||
spec:
|
||||
serviceAccount: demo
|
||||
containers:
|
||||
- image: ghcr.io/trion-development/kubectl:1
|
||||
name: shell
|
||||
tty: true
|
||||
resources: {}
|
||||
|
||||
Reference in New Issue
Block a user