Skip to content

Commit

Permalink
Format yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
allanger committed Jan 15, 2024
1 parent 5b8a053 commit da8caf3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ test-instances: helmfile-instances ## test helm charts
test-upgrade-instances: helmfile-instances ## test helm charts
ct install --upgrade --target-branch main --charts ./charts/db-instances

yamlfmt:
for file in $(shell find charts -type d -name templates -prune -o -name '*.yaml' -print); do yamlfmt $file; done

.PHONY: gen_docs
gen-docs: ## Generate helm documentation
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN_DIR) go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest
Expand Down
5 changes: 0 additions & 5 deletions charts/db-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,3 @@ tests:
amount: 10
timeout: 30
cleanup: true





0 comments on commit da8caf3

Please sign in to comment.