From 07a989f0dd2623a7900109b00732268bbe387aec Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Mon, 28 Oct 2024 19:37:29 +0100 Subject: [PATCH] fixup! docs for mountspec and etc files Signed-off-by: Dmitry Sharshakov --- website/content/v1.9/reference/api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/content/v1.9/reference/api.md b/website/content/v1.9/reference/api.md index bc619594beb..ed5f071e79b 100644 --- a/website/content/v1.9/reference/api.md +++ b/website/content/v1.9/reference/api.md @@ -994,6 +994,7 @@ MountSpec is the spec for volume mount. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | target_path | [string](#string) | | | +| selinux_label | [string](#string) | | | @@ -2170,6 +2171,7 @@ EtcFileSpecSpec describes status of rendered secrets. | ----- | ---- | ----- | ----------- | | contents | [bytes](#bytes) | | | | mode | [uint32](#uint32) | | | +| selinux_label | [string](#string) | | |