Skip to content

Commit

Permalink
Updated Makefile and cluster README
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev committed Sep 9, 2024
1 parent ebc27c6 commit 5ecb5f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ docs: ## Generate charts' docs using helm-docs
(echo "Please, install https://github.com/norwoodj/helm-docs first" && exit 1)

.PHONY: schema
schema: cloudnative-pg-schema cluster-schema ## Generate charts' schema using helm-schema-gen

cloudnative-pg-schema:
@helm schema-gen charts/cloudnative-pg/values.yaml | cat > charts/cloudnative-pg/values.schema.json || \
(echo "Please, run: helm plugin install https://github.com/karuppiah7890/helm-schema-gen.git" && exit 1)
schema: cluster-schema ## Generate charts' schema using helm-schema-gen

cluster-schema:
@helm schema-gen charts/cluster/values.yaml | cat > charts/cluster/values.schema.json || \
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cnpg/cloudnative-pg
### Setting up a CNPG Cluster

```console
helm repo add cnpg https://paradedb.github.io/charts
helm repo add paradedb https://paradedb.github.io/charts
helm upgrade --install paradedb \
--namespace paradedb-database \
--create-namespace \
Expand Down

0 comments on commit 5ecb5f5

Please sign in to comment.