Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 7, 2025
1 parent 109451c commit c4ff066
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
11 changes: 7 additions & 4 deletions comps/third_parties/nebula/deployment/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/

```bash
<<<<<<< HEAD
helm repo add nebula-operator https://vesoft-inc.github.io/nebula-operator/charts
helm repo update
helm repo add nebula-operator https://vesoft-inc.github.io/nebula-operator/charts
helm repo update
=======
helm repo add nebula-operator https://vesoft-inc.github.io/nebula-operator/charts
helm repo update
Expand All @@ -25,13 +25,16 @@ Choose the between Enterprise and Community configuration file base on your lice
<<<<<<< HEAD
=======

>>>>>>> origin/nebula
> > > > > > > origin/nebula
```bash
kubectl create -f enterprise_edition.yaml
or
kubectl create -f community_edition.yaml
```

<<<<<<< HEAD

=======
>>>>>>> origin/nebula

> > > > > > > origin/nebula
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
memory: 500Mi
version: v3.1.3
<<<<<<< HEAD
enableAutoBalance: true
enableAutoBalance: true
=======
enableAutoBalance: true
>>>>>>> origin/nebula
8 changes: 5 additions & 3 deletions comps/third_parties/neo4j/deployment/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
- For more deployment options, refer to [helm charts README](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts#readme).

## Deploy on Xeon

<<<<<<< HEAD
Step 1: Edit values.yaml and replace the values of the following items with the actual configurations of your system:

- passwordFromSecret
- storageClassName

Step 2: Run the following command
=======
# Step 2: Run the following command

Step 1: Edit values.yaml and replace the values of the following items with the actual configurations of your system:

Expand All @@ -19,7 +20,8 @@ Step 1: Edit values.yaml and replace the values of the following items with the

Step 2: Run the following command

>>>>>>> origin/nebula
> > > > > > > origin/nebula
```
./install.sh ${release_name} $version $NS
```

0 comments on commit c4ff066

Please sign in to comment.