Skip to content

Commit

Permalink
feat: add refreshInterval to the helm chart Values
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramk64 committed Sep 2, 2024
1 parent b2e5bfa commit e1d8269
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/ratify/templates/akv-key-management-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ metadata:
helm.sh/hook-weight: "5"
spec:
type: azurekeyvault
{{- if .Values.azurekeyvault.refreshInterval }}
refreshInterval: {{ .Values.azurekeyvault.refreshInterval }}
{{ end }}
parameters:
{{- if .Values.azurekeyvault.vaultURI }}
vaultURI: {{ .Values.azurekeyvault.vaultURI }}
Expand Down
1 change: 1 addition & 0 deletions charts/ratify/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ azurekeyvault:
tenantId:
certificates: []
keys: []
refreshInterval:

oras:
useHttp: false
Expand Down

0 comments on commit e1d8269

Please sign in to comment.