Skip to content

Commit 540f491

Browse files
committed
try fix injection value
1 parent eb3e11a commit 540f491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/klass-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
ttl:
88
description: "How long?"
99
required: true
10-
default: 1h
10+
default: "1h"
1111
type: choice
1212
options:
1313
- 30m

.nais/test/klass-api-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
team: dapla-metadata
1010
spec:
1111
port: 8080
12-
ttl: ${TIME_TO_LIVE}
12+
ttl: "${TIME_TO_LIVE}"
1313
ingresses:
1414
- https://klass-dev.intern.test.ssb.no/api/klass
1515
replicas:

0 commit comments

Comments
 (0)