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

managing two different apps one with only helm and other with kustomization in single repo #109

Open
RajeevRanjan27 opened this issue Apr 26, 2024 · 0 comments

Comments

@RajeevRanjan27
Copy link

i am new to flux and while exploring,
i got stuck in a scenerio where i have setup one git source without helm for my app1 and it is working fine.
now i want to add app2 that is having the url as https://charts.bitnami.com/bitnami for chart metrics-server.
my current structure is this.

├── clusters
│   └── my-cluster
│   ├── app1-kustomization.yaml
│   ├── app1-source.yaml
│   └── flux-system
│   ├── gotk-components.yaml
│   ├── gotk-sync.yaml
│   └── kustomization.yaml

helm-app-release.yaml and helm-sources.yaml are the locally exported files using cli and is wortking fine now.

please let me know if im missing out something or to go with other references

@RajeevRanjan27 RajeevRanjan27 changed the title managing two different apps one with only helm and other with kustomization in single repo managing two different apps one with only helm and other with kustomization in single repo Apr 26, 2024
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

No branches or pull requests

1 participant