Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new file structures that is more compatible with gitops approach #1930

Open
wants to merge 109 commits into
base: main
Choose a base branch
from

Conversation

j-zimnowoda
Copy link
Contributor

@j-zimnowoda j-zimnowoda commented Feb 6, 2025

No description provided.

@j-zimnowoda j-zimnowoda changed the title feat: new file structures that is more compatible with gitops appraoch feat: new file structures that is more compatible with gitops approach Feb 7, 2025
const valuesPublic = omit(oldValues, secretPaths)
const valuesSecrets = pick(oldValues, secretPaths)

// FIXME migrate workloadValues folder and change ApplicationSet !!
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@CasLubbers could you add migration for workloadValues?
Each team should have its own workloadValues directory.
It is good to remember that workload values do not need to be processed by core while deploying.

@j-zimnowoda j-zimnowoda marked this pull request as ready for review February 10, 2025 07:16

export interface FileMap {
envDir: string
kind:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@merll Here are the proposed names for kinds

Copy link
Contributor

@merll merll Feb 10, 2025

Choose a reason for hiding this comment

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

From my understanding these are plural as we currently use them. But since Kubernetes CRDs usually are defined separately with singular and plural forms, maybe it would be better to indicate explicitly that there is no real singular form of these tuples of things. For example, it could be AplAlertSet, AplBackupSet etc.

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.

2 participants