Skip to content

Fixes adding apps to flux-system namespace #1351

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

Merged
merged 6 commits into from
Aug 25, 2022
Merged

Fixes adding apps to flux-system namespace #1351

merged 6 commits into from
Aug 25, 2022

Conversation

foot
Copy link
Collaborator

@foot foot commented Aug 24, 2022

  • ./flux-system has a kustomization.yaml in it after boostrapping
  • we don't update this when adding an app
  • don't add apps to this folder, prefix the file with $namespace-
    instead of placing it under $namespace/

Fixes #1350

Note to reviewers

Review each commit separately.

  • first commit refactors
  • second commit changes code

foot added 2 commits August 24, 2022 12:20
- ./flux-system has a kustomization.yaml in it after boostrapping
- we don't update this when adding an app
- don't add apps to this folder, prefix the file with $namespace-
  instead of placing it under $namespace/
@foot foot force-pushed the fixes-add-app-paths branch from f8e7adf to aeaaf8c Compare August 24, 2022 10:21
@foot foot added the bug Something isn't working label Aug 24, 2022
@foot foot requested a review from sarataha August 24, 2022 10:36
Copy link
Member

@sarataha sarataha left a comment

Choose a reason for hiding this comment

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

Perfect! 🙂 🥇

@foot foot merged commit 45a775f into main Aug 25, 2022
@foot foot deleted the fixes-add-app-paths branch August 25, 2022 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add application to flux-system doesn't work as there is a kustomization.yaml there that doesn't get updated
2 participants