Skip to content

Commit b3066c3

Browse files
authored
chore(charts): rename license chart and entrypoint (#6612)
chore: rename license chart and entrypoint
1 parent 857e095 commit b3066c3

File tree

15 files changed

+5
-5
lines changed

15 files changed

+5
-5
lines changed

controllers/license/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ help: ## Display this help.
4444
.PHONY: manifests
4545
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
4646
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases
47-
cp -r config/crd/bases/* deploy/charts/license/crds/
47+
cp -r config/crd/bases/* deploy/charts/license-controller/crds/
4848

4949
.PHONY: generate
5050
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.

controllers/license/deploy/Kubefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ USER 65532:65532
44

55
COPY registry registry
66
COPY charts charts
7-
COPY entrypoint.sh entrypoint.sh
8-
CMD ["bash entrypoint.sh"]
7+
COPY license-controller-entrypoint.sh license-controller-entrypoint.sh
8+
CMD ["bash license-controller-entrypoint.sh"]

controllers/license/deploy/charts/license/.helmignore renamed to controllers/license/deploy/charts/license-controller/.helmignore

File renamed without changes.

controllers/license/deploy/charts/license/Chart.yaml renamed to controllers/license/deploy/charts/license-controller/Chart.yaml

File renamed without changes.

controllers/license/deploy/charts/license/crds/license.sealos.io_licenses.yaml renamed to controllers/license/deploy/charts/license-controller/crds/license.sealos.io_licenses.yaml

File renamed without changes.

controllers/license/deploy/charts/license/templates/NOTES.txt renamed to controllers/license/deploy/charts/license-controller/templates/NOTES.txt

File renamed without changes.

controllers/license/deploy/charts/license/templates/_helpers.tpl renamed to controllers/license/deploy/charts/license-controller/templates/_helpers.tpl

File renamed without changes.

controllers/license/deploy/charts/license/templates/cert.yaml renamed to controllers/license/deploy/charts/license-controller/templates/cert.yaml

File renamed without changes.

controllers/license/deploy/charts/license/templates/clusterrole.yaml renamed to controllers/license/deploy/charts/license-controller/templates/clusterrole.yaml

File renamed without changes.

controllers/license/deploy/charts/license/templates/deployment.yaml renamed to controllers/license/deploy/charts/license-controller/templates/deployment.yaml

File renamed without changes.

0 commit comments

Comments
 (0)