Skip to content

Commit

Permalink
chore: more clusters more problems
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed Nov 26, 2023
1 parent 4cf5598 commit 71ab51a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ The way Flux works for me here is it will recursively search the `kubernetes/${c
This Git repository contains the following directories under [Kubernetes](./kubernetes/).

```sh
kubernetes
├── main # main cluster
│ ├── apps # applications
│ ├── bootstrap # bootstrap procedures
│ ├── flux # core flux configuration
│ └── templates # re-useable components
└── storage # storage cluster
├── apps # applications
├── bootstrap # bootstrap procedures
└── flux # core flux configuration
📁 kubernetes
├── 📁 main # main cluster
│ ├── 📁 apps # applications
│ ├── 📁 bootstrap # bootstrap procedures
│ ├── 📁 flux # core flux configuration
│ └── 📁 templates # re-useable components
└── 📁 storage # storage cluster
├── 📁 apps # applications
├── 📁 bootstrap # bootstrap procedures
└── 📁 flux # core flux configuration
```

### Cluster Layout
Expand Down

0 comments on commit 71ab51a

Please sign in to comment.