Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
helm: Fix selector labels for the operator deployment
Use tetragon-operator.selectorLabels instead of tetragon-operator.labels for selector labels. tetragon-operator.labels contains the helm.sh/chart label which differs among different versions (e.g. tetragon-1.0.0-rc.1). Helm upgrade fails because spec.selector field is immutable. Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
- Loading branch information