Version v1.8 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.

ExtensionServiceConfig

ExtensionServiceConfig is a extensionserviceconfig document.
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
FieldTypeDescriptionValue(s)
namestringName of the extension service.
configFiles[]ConfigFileThe config files for the extension service.
environment[]stringThe environment for the extension service.

configFiles[]

ConfigFile is a config file for extension services.

FieldTypeDescriptionValue(s)
contentstringThe content of the extension service config file.
mountPathstringThe mount path of the extension service config file.
Last modified April 19, 2024: chore: prepare for Talos 1.8 (bac1d00c3)