Skip to content

Commit 5ee969f

Browse files
committed
modify the required condition of refresh property
1 parent 348a449 commit 5ee969f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-app-configuration/reference-kubernetes-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ The `spec.keyValues.keyVaults.refresh` property has the following child property
8989

9090
|Name|Description|Required|Type|
9191
|---|---|---|---|
92-
|interval|The interval for Secret's refresh, must be greater than 1 minute|false|duration string|
92+
|interval|The interval for Secret's refresh, must be greater than 1 minute|true|duration string|
9393

9494
The `spec.keyValues.refresh` property has the following child properties.
9595

9696
|Name|Description|Required|Type|
9797
|---|---|---|---|
9898
|monitoring|The key-values that are monitored by the provider, provider automatically refreshes the ConfigMap or Secret if value change in any designated key-value|true|object|
99-
|interval|The interval for ConfigMap's refresh, default value is 30 seconds, must be greater than 1 second|true|duration string|
99+
|interval|The interval for ConfigMap's refresh, default value is 30 seconds, must be greater than 1 second|false|duration string|
100100

101101
The `spec.keyValues.refresh.monitoring.keyValues` is an array of objects, which have the following child properties.
102102

0 commit comments

Comments
 (0)