Skip to content

Commit 7c226e5

Browse files
committed
Add namespace for theme-park-api under ./gitops
1 parent 8011d79 commit 7c226e5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

gitops/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Argo CD manifests to deploy theme-park-api

gitops/manifests/01-namespace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: v1
2+
kind: Namespace
3+
metadata:
4+
labels:
5+
argocd.argoproj.io/managed-by: openshift-gitops
6+
name: theme-park-api

0 commit comments

Comments
 (0)