You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/reference-kubernetes-provider.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ If the `spec.configuration.selectors` property isn't set, all key-values with no
78
78
79
79
|Name|Description|Required|Type|
80
80
|---|---|---|---|
81
-
|keyFilter|The key filter for querying key-values.|true|string|
81
+
|keyFilter|The key filter for querying key-values.|false|string|
82
82
|labelFilter|The label filter for querying key-values.|false|string|
83
83
|snapshotName|The snapshot for querying its contained key-values.|false|string|
84
84
@@ -147,7 +147,7 @@ If the `spec.featureFlag.selectors` property isn't set, feature flags are not do
147
147
148
148
|Name|Description|Required|Type|
149
149
|---|---|---|---|
150
-
|keyFilter|The key filter for querying feature flags.|true|string|
150
+
|keyFilter|The key filter for querying feature flags.|false|string|
151
151
|labelFilter|The label filter for querying feature flags.|false|string|
152
152
|snapshotName|The snapshot for querying its contained feature flags.|false|string|
153
153
@@ -422,15 +422,15 @@ By default, all key vault reference items will be projected as key-value pairs i
422
422
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:
0 commit comments