Skip to content

Commit

Permalink
Changing names of copy test manifests for demo purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarnes94 committed Mar 13, 2024
1 parent aa5250f commit 51fc337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/safeguards/tests/all/error/all-error-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-deployment
name: my-deployment-1
labels:
app: my-app
environment: production
Expand Down
2 changes: 1 addition & 1 deletion pkg/safeguards/tests/all/success/all-success-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-deployment
name: my-deployment-1
labels:
app: my-app
environment: production
Expand Down

0 comments on commit 51fc337

Please sign in to comment.