From eba96171ef7cdde3c264ea319ea8eed99f489f5d Mon Sep 17 00:00:00 2001 From: Luke Griswold Date: Tue, 2 Jul 2024 09:53:53 -0400 Subject: [PATCH] fix:remove set field for correct uds-config.yaml syntax --- bundles/k3d-slim-dev/README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/bundles/k3d-slim-dev/README.md b/bundles/k3d-slim-dev/README.md index 54ee2b426..08c658db8 100644 --- a/bundles/k3d-slim-dev/README.md +++ b/bundles/k3d-slim-dev/README.md @@ -25,15 +25,14 @@ Example: ```yaml variables: uds-k3d-dev: - set: - buckets: - - name: "myfavoritebucket" - policy: "public" - purge: false - users: - - accessKey: console - secretKey: "console-secret" - policy: consoleAdmin + buckets: + - name: "myfavoritebucket" + policy: "public" + purge: false + users: + - accessKey: console + secretKey: "console-secret" + policy: consoleAdmin ``` For more details on how to customize the Minio deployment, please see [Configuring Minio](https://github.com/defenseunicorns/uds-k3d/blob/main/docs/MINIO.md).