Skip to content

Commit 7068806

Browse files
authored
Update helmTemplate in app spec (#771)
Signed-off-by: Praveen Rewar <8457124+praveenrewar@users.noreply.github.com>
1 parent 1e35a71 commit 7068806

File tree

12 files changed

+60
-0
lines changed

12 files changed

+60
-0
lines changed

site/content/kapp-controller/docs/develop/app-spec.md

+5
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,11 @@ spec:
268268
name: custom-name
269269
# set namespace explicitly, default is App CR's namespace (optional; v0.13.0+)
270270
namespace: custom-ns
271+
# get Kubernetes version, defaults (empty) to retrieving the version from the cluster.
272+
# can be manually overridden to a value instead.
273+
kubernetesVersion: {}
274+
# get kubernetes group/versions resources available in the live cluster
275+
kubernetesAPIs: {}
271276
# one or more secrets, config maps, paths, downwardAPI that provide values (optional)
272277
valuesFrom:
273278
- secretRef:

site/content/kapp-controller/docs/v0.41.0/app-spec.md

+5
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@ spec:
258258
name: custom-name
259259
# set namespace explicitly, default is App CR's namespace (optional; v0.13.0+)
260260
namespace: custom-ns
261+
# get Kubernetes version, defaults (empty) to retrieving the version from the cluster.
262+
# can be manually overridden to a value instead.
263+
kubernetesVersion: {}
264+
# get kubernetes group/versions resources available in the live cluster
265+
kubernetesAPIs: {}
261266
# one or more secrets, config maps, paths, downwardAPI that provide values (optional)
262267
valuesFrom:
263268
- secretRef:

site/content/kapp-controller/docs/v0.42.0/app-spec.md

+5
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@ spec:
258258
name: custom-name
259259
# set namespace explicitly, default is App CR's namespace (optional; v0.13.0+)
260260
namespace: custom-ns
261+
# get Kubernetes version, defaults (empty) to retrieving the version from the cluster.
262+
# can be manually overridden to a value instead.
263+
kubernetesVersion: {}
264+
# get kubernetes group/versions resources available in the live cluster
265+
kubernetesAPIs: {}
261266
# one or more secrets, config maps, paths, downwardAPI that provide values (optional)
262267
valuesFrom:
263268
- secretRef:

site/content/kapp-controller/docs/v0.43.1/app-spec.md

+5
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@ spec:
258258
name: custom-name
259259
# set namespace explicitly, default is App CR's namespace (optional; v0.13.0+)
260260
namespace: custom-ns
261+
# get Kubernetes version, defaults (empty) to retrieving the version from the cluster.
262+
# can be manually overridden to a value instead.
263+
kubernetesVersion: {}
264+
# get kubernetes group/versions resources available in the live cluster
265+
kubernetesAPIs: {}
261266
# one or more secrets, config maps, paths, downwardAPI that provide values (optional)
262267
valuesFrom:
263268
- secretRef:

site/content/kapp-controller/docs/v0.43.2/app-spec.md

+5
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@ spec:
258258
name: custom-name
259259
# set namespace explicitly, default is App CR's namespace (optional; v0.13.0+)
260260
namespace: custom-ns
261+
# get Kubernetes version, defaults (empty) to retrieving the version from the cluster.
262+
# can be manually overridden to a value instead.
263+
kubernetesVersion: {}
264+
# get kubernetes group/versions resources available in the live cluster
265+
kubernetesAPIs: {}
261266
# one or more secrets, config maps, paths, downwardAPI that provide values (optional)
262267
valuesFrom:
263268
- secretRef:

site/content/kapp-controller/docs/v0.44.1/app-spec.md

+5
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@ spec:
260260
name: custom-name
261261
# set namespace explicitly, default is App CR's namespace (optional; v0.13.0+)
262262
namespace: custom-ns
263+
# get Kubernetes version, defaults (empty) to retrieving the version from the cluster.
264+
# can be manually overridden to a value instead.
265+
kubernetesVersion: {}
266+
# get kubernetes group/versions resources available in the live cluster
267+
kubernetesAPIs: {}
263268
# one or more secrets, config maps, paths, downwardAPI that provide values (optional)
264269
valuesFrom:
265270
- secretRef:

site/content/kapp-controller/docs/v0.45.0/app-spec.md

+5
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@ spec:
260260
name: custom-name
261261
# set namespace explicitly, default is App CR's namespace (optional; v0.13.0+)
262262
namespace: custom-ns
263+
# get Kubernetes version, defaults (empty) to retrieving the version from the cluster.
264+
# can be manually overridden to a value instead.
265+
kubernetesVersion: {}
266+
# get kubernetes group/versions resources available in the live cluster
267+
kubernetesAPIs: {}
263268
# one or more secrets, config maps, paths, downwardAPI that provide values (optional)
264269
valuesFrom:
265270
- secretRef:

site/content/kapp-controller/docs/v0.46.0/app-spec.md

+5
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@ spec:
260260
name: custom-name
261261
# set namespace explicitly, default is App CR's namespace (optional; v0.13.0+)
262262
namespace: custom-ns
263+
# get Kubernetes version, defaults (empty) to retrieving the version from the cluster.
264+
# can be manually overridden to a value instead.
265+
kubernetesVersion: {}
266+
# get kubernetes group/versions resources available in the live cluster
267+
kubernetesAPIs: {}
263268
# one or more secrets, config maps, paths, downwardAPI that provide values (optional)
264269
valuesFrom:
265270
- secretRef:

site/content/kapp-controller/docs/v0.47.x/app-spec.md

+5
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@ spec:
260260
name: custom-name
261261
# set namespace explicitly, default is App CR's namespace (optional; v0.13.0+)
262262
namespace: custom-ns
263+
# get Kubernetes version, defaults (empty) to retrieving the version from the cluster.
264+
# can be manually overridden to a value instead.
265+
kubernetesVersion: {}
266+
# get kubernetes group/versions resources available in the live cluster
267+
kubernetesAPIs: {}
263268
# one or more secrets, config maps, paths, downwardAPI that provide values (optional)
264269
valuesFrom:
265270
- secretRef:

site/content/kapp-controller/docs/v0.48.x/app-spec.md

+5
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,11 @@ spec:
267267
name: custom-name
268268
# set namespace explicitly, default is App CR's namespace (optional; v0.13.0+)
269269
namespace: custom-ns
270+
# get Kubernetes version, defaults (empty) to retrieving the version from the cluster.
271+
# can be manually overridden to a value instead.
272+
kubernetesVersion: {}
273+
# get kubernetes group/versions resources available in the live cluster
274+
kubernetesAPIs: {}
270275
# one or more secrets, config maps, paths, downwardAPI that provide values (optional)
271276
valuesFrom:
272277
- secretRef:

site/content/kapp-controller/docs/v0.49.x/app-spec.md

+5
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,11 @@ spec:
267267
name: custom-name
268268
# set namespace explicitly, default is App CR's namespace (optional; v0.13.0+)
269269
namespace: custom-ns
270+
# get Kubernetes version, defaults (empty) to retrieving the version from the cluster.
271+
# can be manually overridden to a value instead.
272+
kubernetesVersion: {}
273+
# get kubernetes group/versions resources available in the live cluster
274+
kubernetesAPIs: {}
270275
# one or more secrets, config maps, paths, downwardAPI that provide values (optional)
271276
valuesFrom:
272277
- secretRef:

site/content/kapp-controller/docs/v0.50.x/app-spec.md

+5
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,11 @@ spec:
267267
name: custom-name
268268
# set namespace explicitly, default is App CR's namespace (optional; v0.13.0+)
269269
namespace: custom-ns
270+
# get Kubernetes version, defaults (empty) to retrieving the version from the cluster.
271+
# can be manually overridden to a value instead.
272+
kubernetesVersion: {}
273+
# get kubernetes group/versions resources available in the live cluster
274+
kubernetesAPIs: {}
270275
# one or more secrets, config maps, paths, downwardAPI that provide values (optional)
271276
valuesFrom:
272277
- secretRef:

0 commit comments

Comments
 (0)