Skip to content

Commit 91c9163

Browse files
committed
resolve comments
1 parent 2bc6635 commit 91c9163

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ spec:
297297

298298
When you make changes to your data in Azure App Configuration, you might want those changes to be refreshed automatically in your Kubernetes cluster. It's common to update multiple key-values, but you don't want the cluster to pick up a change midway through the update. To maintain configuration consistency, you can use a key-value to signal the completion of your update. This key-value is known as the sentinel key. The Kubernetes provider can monitor this key-value, and the ConfigMap and Secret will only be regenerated with updated data once a change is detected in the sentinel key.
299299

300-
In the following sample, a key-value named `sentinelkey` is polled every minute, and the configuration is refreshed whenever changes are detected in the sentinel key.
300+
In the following sample, a key-value named `sentinelKey` is polled every minute, and the configuration is refreshed whenever changes are detected in the sentinel key.
301301

302302
``` yaml
303303
apiVersion: azconfig.io/v1beta1
@@ -312,8 +312,6 @@ spec:
312312
selectors:
313313
- keyFilter: app1*
314314
labelFilter: common
315-
- keyFilter: app1*
316-
labelFilter: development
317315
refresh:
318316
interval: 1m
319317
monitoring:
@@ -324,7 +322,7 @@ spec:
324322

325323
### Key Vault references
326324

327-
The following sample instructs using a service principal to authenticate with a specific vault and a user-assigned managed identity for all other vaults.
325+
In the following sample, one Key Vault is authenticated with a service principal, while all other Key Vaults are authenticated with a user-assigned managed identity.
328326

329327
``` yaml
330328
apiVersion: azconfig.io/v1beta1

0 commit comments

Comments
 (0)