Skip to content

Commit bc9536a

Browse files
committed
udpate
1 parent b469a5a commit bc9536a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,7 @@ spec:
383383

384384
### Configuration refresh
385385

386-
When you make changes to your data in Azure App Configuration, you might want those changes to be refreshed automatically in your Kubernetes cluster.
387-
388-
In the following sample, the Kubernetes provider makes a new request to App Configuration to check for any configuration changes every minute, and the ConfigMap and Secret will only be regenerated with updated data once a change is detected. For more information about monitoring configuration changes, see [Best practices for configuration refresh](./howto-best-practices.md#configuration-refresh).
386+
When you make changes to your data in Azure App Configuration, you might want those changes to be refreshed automatically in your Kubernetes cluster. In the following sample, the Kubernetes provider checks Azure App Configuration for updates every minute. The associated ConfigMap and Secret are regenerated only when changes are detected. For more details on monitoring configuration changes, see [Best practices for configuration refresh](./howto-best-practices.md#configuration-refresh).
389387

390388
``` yaml
391389
apiVersion: azconfig.io/v1

0 commit comments

Comments
 (0)