[
https://issues.apache.org/jira/browse/FLINK-26193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17495412#comment-17495412
]
Matyas Orhidi commented on FLINK-26193:
---------------------------------------
It seems either a separate helm chart or a `crds` dir is the recommended
approach to handle them
https://helm.sh/docs/chart_best_practices/custom_resource_definitions/
> Commit generated CRD into Git repo
> ----------------------------------
>
> Key: FLINK-26193
> URL: https://issues.apache.org/jira/browse/FLINK-26193
> Project: Flink
> Issue Type: Sub-task
> Components: Kubernetes Operator
> Reporter: Gyula Fora
> Assignee: Matyas Orhidi
> Priority: Major
>
> Currently the generated resource lands under
> helm/flink-operator/templates/flinkdeployments.flink.apache.org-v1.yml and it
> is ignored by git.
> We should move it under helm/flink-operator/crds/ and remove it from
> .gitignore.
> This will allow helm to install the crd if necessary (and without running the
> build) and also make any changes visible easily.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)