Skip to content

Commit

Permalink
fix: 10 min is too long to wait
Browse files Browse the repository at this point in the history
People often set secrets and then want to test their secrets are working properly. 10 min default wait time is a lot and has causes a lot of support tickets that resolve themselves after time.
  • Loading branch information
jakeyheath authored Dec 2, 2024
1 parent 81188df commit 9532c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argus-config/templates/external_secrets_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
secretStoreRef:
name: aws-secretsmanager
kind: ClusterSecretStore
refreshInterval: "10m"
refreshInterval: "30s"
target:
deletionPolicy: Delete
dataFrom:
Expand Down

0 comments on commit 9532c0d

Please sign in to comment.