Skip to content

Commit

Permalink
fix helm generate
Browse files Browse the repository at this point in the history
  • Loading branch information
ganievs committed Jul 31, 2023
1 parent 7578b90 commit 5fbfee6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ out
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Helmify generated charts
charts

# Kubernetes Generated files - skip generated files, except for vendored files

!vendor/**/zz_generated.*
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ artifacts: kustomize
$(KUSTOMIZE) build config/default > ${RELEASE_PATH}/temporal-operator.yaml

.PHONY: artifacts
helm: kustomize helmify
helm: manifests helmify
cat ${RELEASE_PATH}/temporal-operator.crds.yaml ${RELEASE_PATH}/temporal-operator.yaml | \
$(HELMIFY) -crd-dir -image-pull-secrets -generate-defaults charts/temporal-operator

Expand Down

0 comments on commit 5fbfee6

Please sign in to comment.