Skip to content

Commit

Permalink
Merge pull request #81 from hyperspike/missing-step
Browse files Browse the repository at this point in the history
missing makefile step for targeting img
  • Loading branch information
dmolik authored Oct 3, 2024
2 parents 5b5dd55 + 975348a commit 81566ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ HELM_VERSION ?= v3.15.4
GOSEC_VERSION ?= v2.20.0

helm-gen: manifests kustomize helmify ## Generate Helm chart from Kustomize manifests
$Qcd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
$Q$(KUSTOMIZE) build config/default | $(HELMIFY) -crd-dir valkey-operator
$Qsed s@\\\(app.kubernetes.io/name\\\)@\'\\\1\'@ -i valkey-operator/templates/deployment.yaml
$Qsed s@\\\(app.kubernetes.io/instance\\\)@\'\\\1\'@ -i valkey-operator/templates/deployment.yaml
Expand Down

0 comments on commit 81566ec

Please sign in to comment.