UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
joshwolf's avatar
joshwolf authored
ed300715
History
Name Last commit Last update
base
bootstrap
instance
.gitignore
README.md

Umbrella

Work in progress umbrella package

Directory Structure

├── base                                            # common non-env specific
    ├── cert-manager
        ├── kustomization.yaml
        ├── ...
    ├── flux-system
        ├── kustomization.yaml
        ├── ...
    ├── gatekeeper
        ├── kustomization.yaml
        ├── ...
    ├── istio
        ├── kustomization.yaml
        ├── ...
    ├── logging
        ├── kustomization.yaml
        ├── ...
    ├── monitoring
        ├── kustomization.yaml
        ├── ...
├── aws                                             # assumes running on aws
    ├── base
        ├── bootstrap
            ├── gitrepositories
            ├── kustomizations
        ├── cert-manager
        ├── flux-system
        ├── gatekeeper
        ├── istio
        ├── logging
        ├── monitoring
    ├── instance
├── on-prem                                         # assumes running on-prem
    ├── base
        ├── bootstrap
            ├── sources
            ├── apps
    ├── instance
├── azure                                           # assumes running on azure
    ├── base
        ├── bootstrap
            ├── sources
            ├── apps
    ├── instance