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
The following reference outlines the properties supported by the Azure App Configuration Kubernetes Provider `v1.2.0`, see[release notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/KubernetesProvider.md) for more information on the change.
15
+
The following reference outlines the properties supported by the Azure App Configuration Kubernetes Provider `v1.2.0`. See[release notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/KubernetesProvider.md) for more information on the change.
16
16
17
17
## Properties
18
18
@@ -35,15 +35,15 @@ The `spec.target` property has the following child property.
35
35
|configMapName|The name of the ConfigMap to be created.|true|string|
36
36
|configMapData|The setting that specifies how the retrieved data should be populated in the generated ConfigMap.|false|object|
37
37
38
-
If the `spec.target.configMapData` property is not set, the generated ConfigMap will be populated with the list of key-values retrieved from Azure App Configuration, which allows the ConfigMap to be consumed as environment variables. Update this property if you wish to consume the ConfigMap as a mounted file. This property has the following child properties.
38
+
If the `spec.target.configMapData` property is not set, the generated ConfigMap is populated with the list of key-values retrieved from Azure App Configuration, which allows the ConfigMap to be consumed as environment variables. Update this property if you wish to consume the ConfigMap as a mounted file. This property has the following child properties.
39
39
40
40
|Name|Description|Required|Type|
41
41
|---|---|---|---|
42
42
|type|The setting that indicates how the retrieved data is constructed in the generated ConfigMap. The allowed values include `default`, `json`, `yaml` and `properties`.|optional|string|
43
43
|key|The key name of the retrieved data when the `type` is set to `json`, `yaml` or `properties`. Set it to the file name if the ConfigMap is set up to be consumed as a mounted file.|conditional|string|
44
44
|separator|The delimiter that is used to output the ConfigMap data in hierarchical format when the type is set to `json` or `yaml`. The separator is empty by default and the generated ConfigMap contains key-values in their original form. Configure this setting only if the configuration file loader used in your application can't load key-values without converting them to the hierarchical format.|optional|string|
45
45
46
-
The `spec.auth` property isn't required if the connection string of your App Configuration store is provided by setting the `spec.connectionStringReference` property. Otherwise, one of the identities, service principal, workload identity, or managed identity, will be used for authentication. The `spec.auth` has the following child properties. Only one of them should be specified. If none of them are set, the system-assigned managed identity of the virtual machine scale set will be used.
46
+
The `spec.auth` property isn't required if the connection string of your App Configuration store is provided by setting the `spec.connectionStringReference` property. Otherwise, one of the identities, service principal, workload identity, or managed identity, is used for authentication. The `spec.auth` has the following child properties. Only one of them should be specified. If none of them are set, the system-assigned managed identity of the virtual machine scale set is used.
47
47
48
48
|Name|Description|Required|Type|
49
49
|---|---|---|---|
@@ -71,9 +71,9 @@ The `spec.configuration` has the following child properties.
71
71
|---|---|---|---|
72
72
|selectors|The list of selectors for key-value filtering.|false|object array|
73
73
|trimKeyPrefixes|The list of key prefixes to be trimmed.|false|string array|
74
-
|refresh|The settings for refreshing key-values from Azure App Configuration. If the property is absent, key-values from Azure App Configuration will not be refreshed.|false|object|
74
+
|refresh|The settings for refreshing key-values from Azure App Configuration. If the property is absent, key-values from Azure App Configuration are not refreshed.|false|object|
75
75
76
-
If the `spec.configuration.selectors` property isn't set, all key-values with no label will be downloaded. It contains an array of *selector* objects, which have the following child properties.
76
+
If the `spec.configuration.selectors` property isn't set, all key-values with no label are downloaded. It contains an array of *selector* objects, which have the following child properties.
77
77
78
78
|Name|Description|Required|Type|
79
79
|---|---|---|---|
@@ -84,9 +84,9 @@ The `spec.configuration.refresh` property has the following child properties.
84
84
85
85
|Name|Description|Required|Type|
86
86
|---|---|---|---|
87
-
|enabled|The setting that determines whether key-values from Azure App Configuration is automatically refreshed. If the property is absent, a default value of `false`will be used.|false|bool|
88
-
|monitoring|The key-values monitored for change detection, aka sentinel keys. The key-values from Azure App Configuration will be refreshed only if at least one of the monitored key-values is changed.|true|object|
89
-
|interval|The interval at which the key-values will be refreshed from Azure App Configuration. It must be greater than or equal to 1 second. If the property is absent, a default value of 30 seconds will be used.|false|duration string|
87
+
|enabled|The setting that determines whether key-values from Azure App Configuration is automatically refreshed. If the property is absent, a default value of `false`is used.|false|bool|
88
+
|monitoring|The key-values monitored for change detection, aka sentinel keys. The key-values from Azure App Configuration are refreshed only if at least one of the monitored key-values is changed.|true|object|
89
+
|interval|The interval at which the key-values are refreshed from Azure App Configuration. It must be greater than or equal to 1 second. If the property is absent, a default value of 30 seconds is used.|false|duration string|
90
90
91
91
The `spec.configuration.refresh.monitoring.keyValues` is an array of objects, which have the following child properties.
92
92
@@ -101,7 +101,7 @@ The `spec.secret` property has the following child properties. It is required if
101
101
|---|---|---|---|
102
102
|target|The destination of the retrieved secrets in Kubernetes.|true|object|
103
103
|auth|The authentication method to access Key Vaults.|false|object|
104
-
|refresh|The settings for refreshing data from Key Vaults. If the property is absent, data from Key Vaults will not be refreshed unless the corresponding Key Vault references are reloaded.|false|object|
104
+
|refresh|The settings for refreshing data from Key Vaults. If the property is absent, data from Key Vaults is not refreshed unless the corresponding Key Vault references are reloaded.|false|object|
105
105
106
106
The `spec.secret.target` property has the following child property.
107
107
@@ -131,17 +131,17 @@ The `spec.secret.refresh` property has the following child properties.
131
131
132
132
|Name|Description|Required|Type|
133
133
|---|---|---|---|
134
-
|enabled|The setting that determines whether data from Key Vaults is automatically refreshed. If the property is absent, a default value of `false`will be used.|false|bool|
135
-
|interval|The interval at which the data will be refreshed from Key Vault. It must be greater than or equal to 1 minute. The Key Vault refresh is independent of the App Configuration refresh configured via `spec.configuration.refresh`.|true|duration string|
134
+
|enabled|The setting that determines whether data from Key Vaults is automatically refreshed. If the property is absent, a default value of `false`is used.|false|bool|
135
+
|interval|The interval at which the data is refreshed from Key Vault. It must be greater than or equal to 1 minute. The Key Vault refresh is independent of the App Configuration refresh configured via `spec.configuration.refresh`.|true|duration string|
136
136
137
137
The `spec.featureFlag` property has the following child properties. It is required if any feature flags are expected to be downloaded.
138
138
139
139
|Name|Description|Required|Type|
140
140
|---|---|---|---|
141
141
|selectors|The list of selectors for feature flag filtering.|false|object array|
142
-
|refresh|The settings for refreshing feature flags from Azure App Configuration. If the property is absent, feature flags from Azure App Configuration will not be refreshed.|false|object|
142
+
|refresh|The settings for refreshing feature flags from Azure App Configuration. If the property is absent, feature flags from Azure App Configuration are not refreshed.|false|object|
143
143
144
-
If the `spec.featureFlag.selectors` property isn't set, feature flags will not be downloaded. It contains an array of *selector* objects, which have the following child properties.
144
+
If the `spec.featureFlag.selectors` property isn't set, feature flags are not downloaded. It contains an array of *selector* objects, which have the following child properties.
145
145
146
146
|Name|Description|Required|Type|
147
147
|---|---|---|---|
@@ -152,8 +152,8 @@ The `spec.featureFlag.refresh` property has the following child properties.
152
152
153
153
|Name|Description|Required|Type|
154
154
|---|---|---|---|
155
-
|enabled|The setting that determines whether feature flags from Azure App Configuration are automatically refreshed. If the property is absent, a default value of `false`will be used.|false|bool|
156
-
|interval|The interval at which the feature flags will be refreshed from Azure App Configuration. It must be greater than or equal to 1 second. If the property is absent, a default value of 30 seconds will be used.|false|duration string|
155
+
|enabled|The setting that determines whether feature flags from Azure App Configuration are automatically refreshed. If the property is absent, a default value of `false`is used.|false|bool|
156
+
|interval|The interval at which the feature flags are refreshed from Azure App Configuration. It must be greater than or equal to 1 second. If the property is absent, a default value of 30 seconds is used.|false|duration string|
157
157
158
158
## Installation
159
159
@@ -426,7 +426,7 @@ spec:
426
426
427
427
### Feature Flags
428
428
429
-
In the following sample, feature flags with keys starting with `app1` and labels equivalent to `common` will be downloaded and refreshed every 10 minutes.
429
+
In the following sample, feature flags with keys starting with `app1` and labels equivalent to `common` are downloaded and refreshed every 10 minutes.
0 commit comments