Skip to content

Commit a804b58

Browse files
committed
resolve comments
1 parent 709b224 commit a804b58

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If the `spec.configuration.selectors` property isn't set, all key-values with no
7878

7979
|Name|Description|Required|Type|
8080
|---|---|---|---|
81-
|keyFilter|The key filter for querying key-values.|true|string|
81+
|keyFilter|The key filter for querying key-values.|false|string|
8282
|labelFilter|The label filter for querying key-values.|false|string|
8383
|snapshotName|The snapshot for querying its contained key-values.|false|string|
8484

@@ -147,7 +147,7 @@ If the `spec.featureFlag.selectors` property isn't set, feature flags are not do
147147

148148
|Name|Description|Required|Type|
149149
|---|---|---|---|
150-
|keyFilter|The key filter for querying feature flags.|true|string|
150+
|keyFilter|The key filter for querying feature flags.|false|string|
151151
|labelFilter|The label filter for querying feature flags.|false|string|
152152
|snapshotName|The snapshot for querying its contained feature flags.|false|string|
153153

@@ -422,15 +422,15 @@ By default, all key vault reference items will be projected as key-value pairs i
422422
If you want a key vault reference item to be projected as a secret of `kubernetes.io/tls` type, you need to tag that key vault reference item with a special label `".kubernetes.secret.type": "kubernetes.io/tls"` in Azure App Configuration, like this:
423423
424424
``` yaml
425-
{
426-
"key": "mycertificate",
427-
"label": null,
428-
"value": "{\"uri\":\"https://<your-key-valut-endpoint>/secrets/mycertificate\"}",
429-
"content_type": "application/vnd.microsoft.appconfig.keyvaultref+json;charset=utf-8",
430-
"tags": {
431-
".kubernetes.secret.type": "kubernetes.io/tls"
432-
}
433-
}
425+
{
426+
"key": "mycertificate",
427+
"label": null,
428+
"value": "{\"uri\":\"https://<your-key-valut-endpoint>/secrets/mycertificate\"}",
429+
"content_type": "application/vnd.microsoft.appconfig.keyvaultref+json;charset=utf-8",
430+
"tags": {
431+
".kubernetes.secret.type": "kubernetes.io/tls"
432+
}
433+
}
434434
```
435435

436436
Then this key vault reference item will be generated as a `kubernetes.io/tls` type Secret naming with the key of it.

0 commit comments

Comments
 (0)