From 9be9be7076c15ce0b37bd3b6afdfdaffa4bd6c7d Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Wed, 16 Mar 2022 12:00:38 +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/hdfs-operator/README.md | 3 ++- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 4bba5773..a5e0da55 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ config: crds: mkdir -p deploy/helm/hdfs-operator/crds - cat deploy/crd/*.yaml | yq eval '.metadata.annotations["helm.sh/resource-policy"]="keep"' - > deploy/helm/hdfs-operator/crds/crds.yaml + cargo run crd | yq eval '.metadata.annotations["helm.sh/resource-policy"]="keep"' - > deploy/helm/hdfs-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/hdfs-operator/README.md b/deploy/helm/hdfs-operator/README.md index d77fdaca..1ad11b09 100644 --- a/deploy/helm/hdfs-operator/README.md +++ b/deploy/helm/hdfs-operator/README.md @@ -20,8 +20,9 @@ helm install hdfs-operator deploy/helm/hdfs-operator The usage of this operator and its CRDs is described in the [documentation](https://docs.stackable.tech/hdfs/index.html) -The operator has example requests included in the [`/examples`](https://github.com/stackabletech/hdfs/operator/tree/main/examples) directory. +The operator has example requests included in the [`/examples`](https://github.com/stackabletech/hdfs-operator/tree/main/examples) directory. ## Links https://github.com/stackabletech/hdfs-operator +