From da8caf3ea102cfeea3e30a36b0ae9d0f2a41e914 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 15 Jan 2024 15:01:16 +0100 Subject: [PATCH] Format yaml files --- Makefile | 3 --- charts/db-operator/values.yaml | 5 ----- 2 files changed, 8 deletions(-) diff --git a/Makefile b/Makefile index 979ebb7..e1b73c6 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/charts/db-operator/values.yaml b/charts/db-operator/values.yaml index 4afc4c7..780e536 100644 --- a/charts/db-operator/values.yaml +++ b/charts/db-operator/values.yaml @@ -162,8 +162,3 @@ tests: amount: 10 timeout: 30 cleanup: true - - - - -