We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1eaf14 commit 7994238Copy full SHA for 7994238
internal/controllers/create_instance.go
@@ -70,7 +70,6 @@ func (r *InstancierReconciler) CreateInstance(challengeId, instanceId string) (*
70
},
71
}
72
namespaceObj.Labels["i.4ts.fr/ttl"] = fmt.Sprint(chall.Timeout)
73
- namespaceObj.Labels["i.4ts.fr/stops-at"] = time.Now().Add(time.Duration(chall.Timeout) * time.Second).Format(time.RFC3339)
74
namespaceObj.Labels["i.4ts.fr/stops-at-timestamp"] = fmt.Sprint(time.Now().Add(time.Duration(chall.Timeout) * time.Second).Unix())
75
76
err := failsafe.Run(func() error {
0 commit comments