mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-14 03:09:18 +00:00
Add ingress feature to controller (#5)
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
This commit is contained in:
co-authored by
Maycon Santos
parent
cea60745d2
commit
166091b8e0
@@ -108,9 +108,9 @@ var _ = Describe("Pod Webhook", func() {
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
|
||||
sk.Status = netbirdiov1.NBSetupKeyStatus{
|
||||
Conditions: []netbirdiov1.NBSetupKeyCondition{
|
||||
Conditions: []netbirdiov1.NBCondition{
|
||||
{
|
||||
Type: netbirdiov1.Ready,
|
||||
Type: netbirdiov1.NBSetupKeyReady,
|
||||
Status: corev1.ConditionTrue,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user