deprecate OPERATOR_NAME environment variable #3361
Labels
kubebuilder-integration
Relates to rewriting the SDK in Kubebuilder plugin form
language/ansible
Issue is related to an Ansible operator project
language/helm
Issue is related to a Helm operator project
Milestone
We need to deprecate: OPERATOR_NAME environment variable is an artifact of the legacy operator-sdk project scaffolding and use
--leader-election-id
should be used instead.The OperatorName is the name of the directory of the operator by default which in go we set the info in the repo attribute in the PROJECT file. However, if we will or not use the repo for Ansible/Helm is an ongoing discussion. See: #3341 (comment)
Example:
The text was updated successfully, but these errors were encountered: