Skip to content
Discussion options

You must be logged in to vote

Well, in the end I wasn't able to find a solution that was somewhat different than creating a subdirectory in apps folder mimicking infra folder configurations.
i.e.

.
└── replica
    |── apps
    │ │ |── foo <---------------
    | | |     ├── ks.yaml  <---------------
    │ │ |     └── app1 
    │ │ |         └── kustomization.yaml 
    │ │ └── kustomization.yaml <---------------
    │ └── my-app
    │   └── foo.yaml
    ├── flux-system
    │ ├── gotk-components.yaml
    │ ├── gotk-sync.yaml
    │ └── kustomization.yaml
    ├── infra
    │ ├── configurations
    │ │ └── ks.yaml
    │ ├── controllers
    │ │ └── ks.yaml
    │ └── kustomization.yaml
    └── README.md

so the kustomization.…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by emanuele-leopardi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant