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 0512ce4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/prod/addons/argo-cd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace: argocd
# namespace: argocd

resources:
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.4/manifests/ha/install.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.2/manifests/ha/install.yaml
- resources

patches:
Expand Down
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
6 changes: 5 additions & 1 deletion manifests/prod/apps/yugabyte-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,4 +431,8 @@ authCredentials:
ycql:
user: ""
password: ""
keyspace: ""
keyspace: ""

Capabilities:
APIVersions:
Has: "policy/v1/PodDisruptionBudget"

0 comments on commit 0512ce4

Please sign in to comment.