mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
Add path component to finalizer (#202)
The Kubernetes client warns about not having a path component in the finalizer. This change adds a unqiue path component for each reconciler kind.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package v1alpha1
|
||||
|
||||
const NetbirdFinalizer = "finalizers.netbird.io"
|
||||
|
||||
const ReadyCondition = "Ready"
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user