feat(install): add Helm chart for Operator installation#1175
Open
Prasunamadasu wants to merge 2 commits intocryostatio:mainfrom
Open
feat(install): add Helm chart for Operator installation#1175Prasunamadasu wants to merge 2 commits intocryostatio:mainfrom
Prasunamadasu wants to merge 2 commits intocryostatio:mainfrom
Conversation
Member
|
Hi @Prasunamadasu , sorry for such a delayed response here - I was away on vacation, and since getting back we've been busy with wrapping up Cryostat 4.1 and preparing for the release. I'll circle back to this in the near future. |
Member
|
This looks very cool, and thanks for also including the GitHub Actions YAML definition. A few general thoughts:
|
andrewazores
reviewed
Dec 4, 2025
| ```bash | ||
| git clone https://github.com/cryostatio/cryostat-operator.git | ||
| cd cryostat-operator/helm/charts/cryostat-operator | ||
| helm install cryostat-operator . --create-namespace -n cryostat-operator |
Member
There was a problem hiding this comment.
This produces a certmanager-related complaint:
$ helm install cryostat-operator . --create-namespace -n cryostat-operator
Error: INSTALLATION FAILED: template: cryostat-operator/templates/secret.yaml:21:20: executing "cryostat-operator/templates/secret.yaml" at <.Values.certManager.issuer.kind>: nil pointer evaluating interface {}.kind
values.yaml doesn't seem to have certManager.issuer for any default values, so either this should be included in the values.yaml or the installation instructions should describe the prerequisite setup steps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As discussed in issue #1140, this PR introduces the initial version of the custom Helm chart for deploying the Cryostat operator.