Skip to content

Commit

Permalink
docs: add missing namespace to app CRD reference page (#2629)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
mowies and bacherfl committed Dec 4, 2023
1 parent 94ac783 commit 1d940b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs-new/docs/reference/crd-reference/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apiVersion: lifecycle.keptn.sh/v1alpha3
kind: KeptnApp
metadata:
name: <app-name>
namespace: <app-namespace>
namespace: <application-namespace>
spec:
version: "x.y"
revision: x
Expand Down Expand Up @@ -53,6 +53,7 @@ when the app discovery feature generates the `KeptnApp` resource:
Names must comply with the
[Kubernetes Object Names and IDs](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-subdomain-names)
specification.
- **namespace** -- Namespace of this application.

- **spec**
- **version** (required) -- version of the Keptn application.
Expand Down

0 comments on commit 1d940b6

Please sign in to comment.