Skip to content

Commit 1e4e51b

Browse files
committed
Update ttl for bearer
1 parent bdb2bd3 commit 1e4e51b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/controller/chunk_to_bearer_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func (c *ChunkToBearerController) handler(ctx context.Context, name string) {
204204
ObjectMeta: metav1.ObjectMeta{
205205
Name: chunk.Spec.BearerName,
206206
Annotations: map[string]string{
207-
v1alpha1.ReleaseTTLAnnotation: "24h",
207+
v1alpha1.ReleaseTTLAnnotation: "1h",
208208
},
209209
},
210210
Spec: v1alpha1.BearerSpec{

0 commit comments

Comments
 (0)