Skip to content

Commit

Permalink
add yugabytedb namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclingwithelephants committed Nov 22, 2023
1 parent 4e3c1c5 commit dfc5c8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/prod/addons/namespaces/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ resources:
- loft.yaml
- logging.yaml
- monitoring.yaml
- yugabytedb.yaml
4 changes: 4 additions & 0 deletions manifests/prod/addons/namespaces/yugabytedb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: yugabytedb
1 change: 1 addition & 0 deletions manifests/prod/apps/yugabyte-db/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: yugabytedb

helmCharts:
- name: yugabyte
Expand Down

0 comments on commit dfc5c8a

Please sign in to comment.