diff --git a/.gitignore b/.gitignore index 8151105..8a077a9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.tar.zst ~/ .DS_Store +.vscode/ defense-unicorns-distro/preflight.sh .terraform tmp diff --git a/README.md b/README.md index f70d55c..e33ff00 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,7 @@ Please see the [CONTRIBUTING.md](./CONTRIBUTING.md) ## Notes: This package is currently using registry1 chart for both flavors. This is because the upstream chart depends on 'hostname' and 'wget' to be available in the images, and the registry1 images do not include these tools. + +## Development + +When developing this package it is ideal to utilize the json schemas for UDS Bundles, Zarf Packages and Maru Tasks. This involves configuring your IDE to provide schema validation for the respective files used by each application. For guidance on how to set up this schema validation, please refer to the [guide](https://github.com/defenseunicorns/uds-common/blob/main/docs/development-ide-configuration.md) in uds-common.