about summary refs log tree commit diff
path: root/docs/resource-sets.md
diff options
context:
space:
mode:
authorMartin Lehmann <martin@folio.no>2018-11-15T12·49+0100
committerVincent Ambo <github@tazj.in>2018-12-11T09·58+0100
commit54db9785d65d8a9dfc78d1cf230810b19f1abffb (patch)
treefcbfd470aaf794ca21bcd2a5ccc1a9dac66a3c12 /docs/resource-sets.md
parent5f433c46c16f4466ad17578eb1762399aa7746d1 (diff)
feat(main): Support specifying kubectl args in ResourceSets
Diffstat (limited to 'docs/resource-sets.md')
-rw-r--r--docs/resource-sets.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/resource-sets.md b/docs/resource-sets.md
index 94d402f9a7..1444dd4912 100644
--- a/docs/resource-sets.md
+++ b/docs/resource-sets.md
@@ -16,6 +16,7 @@ Technically a resource set is simply a folder with a few YAML and/or JSON templa
         - [`name`](#name)
         - [`path`](#path)
         - [`values`](#values)
+        - [`args`](#args)
         - [`include`](#include)
     - [Multiple includes](#multiple-includes)
     - [Nesting resource sets](#nesting-resource-sets)
@@ -81,6 +82,12 @@ The `values` field specifies key/values pairs of variables that should be availa
 
 This field is **optional**.
 
+### `args`
+
+The `args` field specifies a list of arguments that should be passed to `kubectl`.
+
+This field is **optional**.
+
 ### `include`
 
 The `include` field specifies additional resource sets that should be included and that should inherit the