Skip to content

Conversation

@j-zimnowoda
Copy link
Contributor

@j-zimnowoda j-zimnowoda commented Nov 3, 2025

This change anticipate that workload values are not stored with the values | prefix.
e.g.
previous

values: | 
  a: b

current

a: b

depends-on: linode/apl-core#2642

@j-zimnowoda j-zimnowoda changed the title Apl 1195 1 feat: load workload values as is Nov 5, 2025

export function renderManifest(fileMap: FileMap, jsonPath: jsonpath.PathComponent[], data: Record<string, any>) {
//TODO remove this custom workaround for workloadValues
if (fileMap.kind === 'AplTeamWorkloadValues') {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we completely remove the AplTeamWorkloadValues kind, or do we still need it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants