feat(main): Support specifying kubectl args in ResourceSets
This commit is contained in:
parent
5f433c46c1
commit
54db9785d6
6 changed files with 61 additions and 2 deletions
9
context/testdata/flat-with-args-test.yaml
vendored
Normal file
9
context/testdata/flat-with-args-test.yaml
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
context: k8s.prod.mydomain.com
|
||||
include:
|
||||
- name: some-api
|
||||
args:
|
||||
- --as=some-user
|
||||
- --as-group=hello:world
|
||||
- --as-banana
|
||||
- "true"
|
||||
Loading…
Add table
Add a link
Reference in a new issue