From 65699746592924e8925aa4c9804d7da90c27c694 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Wed, 16 Mar 2022 12:14:07 +0000 Subject: [PATCH] Generated commit to update templated files based on rev 9d3387f in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: teozkr with message [Enabled secret operator templating (https://github.com/stackabletech/operator-templating/pull/55)] --- Makefile | 11 ++--------- deploy/helm/druid-operator/README.md | 3 ++- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 371b3663..afccd16f 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ config: crds: mkdir -p deploy/helm/druid-operator/crds - cat deploy/crd/*.yaml | yq eval '.metadata.annotations["helm.sh/resource-policy"]="keep"' - > deploy/helm/druid-operator/crds/crds.yaml + cargo run crd | yq eval '.metadata.annotations["helm.sh/resource-policy"]="keep"' - > deploy/helm/druid-operator/crds/crds.yaml chart-lint: compile-chart docker run -it -v $(shell pwd):/build/helm-charts -w /build/helm-charts quay.io/helmpack/chart-testing:v3.5.0 ct lint --config deploy/helm/ct.yaml @@ -59,11 +59,4 @@ clean-manifests: generate-manifests: clean-manifests compile-chart ./scripts/generate-manifests.sh -clean-crds: - rm -rf deploy/crd/* - -generate-crds: - touch rust/operator-binary/build.rs - cargo build - -regenerate-charts: clean-crds chart-clean clean-manifests generate-crds compile-chart generate-manifests +regenerate-charts: chart-clean clean-manifests compile-chart generate-manifests diff --git a/deploy/helm/druid-operator/README.md b/deploy/helm/druid-operator/README.md index 04c52a40..593ab72e 100644 --- a/deploy/helm/druid-operator/README.md +++ b/deploy/helm/druid-operator/README.md @@ -20,8 +20,9 @@ helm install druid-operator deploy/helm/druid-operator The usage of this operator and its CRDs is described in the [documentation](https://docs.stackable.tech/druid/index.html) -The operator has example requests included in the [`/examples`](https://github.com/stackabletech/druid/operator/tree/main/examples) directory. +The operator has example requests included in the [`/examples`](https://github.com/stackabletech/druid-operator/tree/main/examples) directory. ## Links https://github.com/stackabletech/druid-operator +