Skip to content

Commit

Permalink
fomatting stuff 2
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hernandez <chernand@redhat.com>
  • Loading branch information
Christian Hernandez committed Jan 6, 2022
1 parent 0f4669f commit 004e02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cluster1-lbghf/ # 1
├── myapp-route.yaml
└── myapp-service.yaml
```
| # | Directory Name | Description |
| # |Directory Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| Description |
|---|----------------|-----------------|
| 1. | `cluster1-lbghf` | This is the cluster name. This name should be unique to the specific cluster you're targeting. For OpenShift, I like to use the output of `kubectl get infrastructure cluster -o jsonpath='{.status.infrastructureName}'`|
| 2. | `bootstrap` | This is where bootstrapping specifc configurations are stored. These are items that get the cluster/automation started. They are usually install manifests. `base` is where are the "common" YAML would live and `overlays` are configurations specific to the cluster. The `kustomization.yaml` file in `default` has `cluster1-lbghf/components/applicationsets/` and `cluster1-lbghf/components/argocdproj/` as a part of it's `bases` config.|
Expand Down

0 comments on commit 004e02f

Please sign in to comment.