Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: improve how-to and ref info about integrating KLT with apps #1785

Closed
wants to merge 39 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
90dc692
docs: architecture of KeptnApps and KeptnWorkloads
StackScribe Jul 26, 2023
3cc4e25
markdownlint-fix
StackScribe Jul 27, 2023
9ab806a
fix markdownlint issues
StackScribe Jul 27, 2023
96fb64b
annotations vs labels
StackScribe Jul 27, 2023
1dde7b6
edits
StackScribe Jul 28, 2023
0119749
Update docs/content/en/docs/concepts/architecture/keptn-apps/_index.md
StackScribe Jul 31, 2023
74bfb99
Update docs/content/en/docs/concepts/architecture/keptn-apps/_index.md
StackScribe Jul 31, 2023
faf5301
Update docs/content/en/docs/concepts/architecture/keptn-apps/_index.md
StackScribe Jul 31, 2023
e9f5f9b
Update docs/content/en/docs/concepts/architecture/keptn-apps/_index.md
StackScribe Jul 31, 2023
7db8b16
Update docs/content/en/docs/install/_index.md
StackScribe Jul 31, 2023
c13f9ea
clarify KeptnApp annotations
StackScribe Jul 31, 2023
50fd076
KeptnWorkload xrefs
StackScribe Jul 31, 2023
356356a
markdownlint errors
StackScribe Aug 1, 2023
2a1110d
bogus commit to force rerun
StackScribe Aug 1, 2023
1066712
more markdownlint
StackScribe Aug 1, 2023
d4885d1
Update docs/content/en/docs/implementing/integrate/_index.md
StackScribe Aug 2, 2023
521cb3b
Update docs/content/en/docs/implementing/integrate/_index.md
StackScribe Aug 2, 2023
2ae0f65
Update docs/content/en/docs/implementing/integrate/_index.md
StackScribe Aug 2, 2023
6d07040
Update docs/content/en/docs/implementing/integrate/_index.md
StackScribe Aug 2, 2023
df0f9eb
Update docs/content/en/docs/implementing/integrate/_index.md
StackScribe Aug 2, 2023
10ed806
Update docs/content/en/docs/implementing/integrate/_index.md
StackScribe Aug 2, 2023
e0d9272
Update docs/content/en/docs/implementing/integrate/_index.md
StackScribe Aug 2, 2023
9966b19
Update docs/content/en/docs/implementing/integrate/_index.md
StackScribe Aug 2, 2023
1d37a07
Merge branch 'main' into 0719-arch-app
RealAnna Aug 3, 2023
991de38
Update docs/content/en/docs/concepts/architecture/keptn-apps/_index.md
StackScribe Aug 4, 2023
c86ab93
Anna comments
StackScribe Aug 7, 2023
4c9c035
updated API ref
StackScribe Aug 8, 2023
65b6709
Merge branch 'main' into 0719-arch-app
StackScribe Aug 8, 2023
71f420e
chore: move from continuous helmify to custom chart (#1840)
geoffrey1330 Aug 8, 2023
ca98c09
chore: remove helm chart generation from CI (#1856)
odubajDT Aug 8, 2023
512a8ca
feat(metrics-operator): add AnalysisDefinition CRD (#1823)
odubajDT Aug 8, 2023
200253e
feat(metrics-operator): add Analysis CRD (#1839)
RealAnna Aug 9, 2023
fd27c4b
docs: architecture of KeptnApps and KeptnWorkloads
StackScribe Jul 26, 2023
474c8dd
edits
StackScribe Jul 28, 2023
c67e50f
markdownlint-fix
StackScribe Aug 9, 2023
85d827c
xrefs after rebase
StackScribe Aug 9, 2023
62d0598
regenerate docs
StackScribe Aug 9, 2023
10715f5
more xref
StackScribe Aug 9, 2023
df96edd
another xref
StackScribe Aug 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/content/en/docs/implementing/integrate/_index.md
Signed-off-by: Meg McRoberts meg.mcroberts@dynatrace.com

Co-authored-by: Florian Bacher <florian.bacher@dynatrace.com>
Signed-off-by: Meg McRoberts <meg.mcroberts@dynatrace.com>
StackScribe and bacherfl authored Aug 2, 2023
commit e0d9272b8a9818d2c6ff3cf3b2425dd27aeca815
2 changes: 1 addition & 1 deletion docs/content/en/docs/implementing/integrate/_index.md
Original file line number Diff line number Diff line change
@@ -187,7 +187,7 @@ do the following:
resource for each instance of each data source
used for the `KeptnEvaluationDefinition` resources you define.
* Define a
[KeptnTaskDefinition](../../yaml-crd-ref/taskdefinition)
[KeptnTaskDefinition](../../yaml-crd-ref/taskdefinition.md)
resource for each task you want to execute.
`KeptnTaskDefinition` resources contain re-usable "functions"
that can execute before and after the deployment.