Package Overview
Incorporate Wayfinder's logic directly into your Helm configurations when importing them into Wayfinder's Package definition.
This offers several advantages:
- Enables the use of a single Helm chart across multiple cloud providers
- Integrates cloud-specific logic into the Package template
- Establishes common patterns, such as service annotations on workload identity
- Streamlines the process for Platform and DevOps engineers
- Standardises and simplifies package handling
- Allows leveraging familiar tools like the Go templating language
There are several steps involved when creating a package and they are outlined below.
Details
Specify general package details such as name, description, version and helm chart details.
Workload Identity
Where applicable, give the package's workload identity access permissions to your cloud.
Helm Configuration
Configure the package's helm values to either use the helm provider's defaults or customise it to source values dynamically.
Manifests
Where applicable, provide supporting configuration manifests.
Summary
Review the configuration details.
Validate
Validate that the package's has been configred successfully.