Skip to content

Commit

Permalink
Disable import for deployment group
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <turkenf@gmail.com>
  • Loading branch information
turkenf committed Dec 10, 2024
1 parent 1b01271 commit 338a4eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/deploy/v1beta1/deploymentgroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ kind: DeploymentGroup
metadata:
annotations:
meta.upbound.io/example-id: deploy/v1beta1/deploymentgroup
uptest.upbound.io/disable-import: "true"
labels:
testing.upbound.io/example-name: example
name: example
Expand Down Expand Up @@ -48,6 +49,7 @@ kind: App
metadata:
annotations:
meta.upbound.io/example-id: deploy/v1beta1/deploymentgroup
uptest.upbound.io/disable-import: "true"
labels:
testing.upbound.io/example-name: example
name: example
Expand Down

0 comments on commit 338a4eb

Please sign in to comment.