Skip to content

Commit

Permalink
feat: enabled debug logs and poll 10s for provider
Browse files Browse the repository at this point in the history
  • Loading branch information
siredmar authored Mar 22, 2024
1 parent aba697b commit fed2a88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cluster/charts/provider-natssecrets-helm/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ provider:
tag: %%VERSION%%
packagePullPolicy: IfNotPresent
replicas: 1
args: []
args:
- "--poll=10s"
- "--debug"

vault:
credentials:
Expand Down

0 comments on commit fed2a88

Please sign in to comment.