mirror of
				https://github.com/siderolabs/talos.git
				synced 2025-10-31 16:31:13 +01:00 
			
		
		
		
	Fork docs, introduce version contract for 1.8. Clean up old version contracts 0.8-0.14. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
		
			
				
	
	
	
		
			1.3 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.3 KiB
		
	
	
	
	
	
	
	
description, title
| description | title | 
|---|---|
| ExtensionServiceConfig is a extensionserviceconfig document. | ExtensionServiceConfig | 
{{< highlight yaml >}} apiVersion: v1alpha1 kind: ExtensionServiceConfig name: nut-client # Name of the extension service.
The config files for the extension service.
configFiles: - content: MONITOR ${upsmonHost} 1 remote username password # The content of the extension service config file. mountPath: /usr/local/etc/nut/upsmon.conf # The mount path of the extension service config file.
The environment for the extension service.
environment: - NUT_UPS=upsname {{< /highlight >}}
| Field | Type | Description | Value(s) | 
|---|---|---|---|
| name | string | Name of the extension service. | |
| configFiles | []ConfigFile | The config files for the extension service. | |
| environment | []string | The environment for the extension service. | 
configFiles[]
ConfigFile is a config file for extension services.
| Field | Type | Description | Value(s) | 
|---|---|---|---|
| content | string | The content of the extension service config file. | |
| mountPath | string | The mount path of the extension service config file. |