Skip to content

Commit

Permalink
Add namespace to db creation Yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfallon committed Oct 22, 2024
1 parent 78b36b0 commit 042ff93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/tutorials/database-repo/db_repo.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
apiVersion: v1
kind: Namespace
metadata:
name: porch-demo
labels:
name: porch-demo

---

apiVersion: config.porch.kpt.dev/v1alpha1
kind: Repository

Expand Down

0 comments on commit 042ff93

Please sign in to comment.