Skip to content

Commit

Permalink
docs: remove custom label from migration KeptnApp sample (#2940)
Browse files Browse the repository at this point in the history
Signed-off-by: Meg McRoberts <[email protected]>
  • Loading branch information
StackScribe authored Feb 1, 2024
1 parent 30cb573 commit 6f75f51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/docs/migrate/keptnapp/assets/keptnapp-migrated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: "some-keptn-app"
namespace: "my-app-ns"
labels:
my-custom-label: customValue
app.kubernetes.io/managed-by: keptn # added annotation
spec:
version: "1.2.3"
Expand Down
2 changes: 0 additions & 2 deletions docs/docs/migrate/keptnapp/assets/keptnapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ kind: KeptnApp
metadata:
name: "some-keptn-app"
namespace: "my-app-ns"
labels:
my-custom-label: customValue
spec:
version: "1.2.3"
workloads:
Expand Down

0 comments on commit 6f75f51

Please sign in to comment.