Skip to content

Commit ec3e934

Browse files
author
Stanislav Shcherbakov
committed
update refreshAfter duration in static-secret-app.yaml from 1h to 1m
1 parent 0537651 commit ec3e934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/templates/static-secret-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
mount: {{ .Values.vault.mount }}
88
type: kv-v2
99
path: {{ .Release.Namespace }}/{{ include "helm-chart.fullname" . }}
10-
refreshAfter: 1h
10+
refreshAfter: 1m
1111
destination:
1212
create: true
1313
name: {{ include "helm-chart.fullname" . }}

0 commit comments

Comments
 (0)