Back to Talos

EtcFileConfig

website/content/v1.14/reference/configuration/runtime/etcfileconfig.md

1.14.0554 B
Original Source
<!-- markdownlint-disable -->

{{< highlight yaml >}} apiVersion: v1alpha1 kind: EtcFileConfig name: nfsmount.conf # Path of the file relative to /etc. mode: 0o644 # The file's permissions in octal. contents: | # The contents of the file. [NFSMount_Global_Options] {{< /highlight >}}

FieldTypeDescriptionValue(s)
namestringPath of the file relative to /etc.
modeEtcFileModeThe file's permissions in octal.
contentsstringThe contents of the file.