Skip to main content

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.

Read more >


Workload Identity

Where applicable, give the package's workload identity access permissions to your cloud.

Read more >


Helm Configuration

Configure the package's helm values to either use the helm provider's defaults or customise it to source values dynamically.

Read more >


Manifests

Where applicable, provide supporting configuration manifests.

Read more >


Summary

Review the configuration details.

Read more >

Validate

Validate that the package's has been configred successfully.

Read more >


What comes next?