You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,9 @@ Our defaults are meant to be tweaked, feel free to reference the documentation o
22
22
A plural installation repo will have a folder structure like this:
23
23
24
24
```
25
-
helm-values/ # git-crypted helm values to be used to bootstrap your setup. Avoid editing unless necessary
25
+
helm/ # helm values files
26
26
- ${app}.yaml # value overrides
27
27
- ${app}-defaults.yaml # default values we generate on install
28
-
29
-
helm/ # helm values files that are meant to be user-editable, used for setup of many common components
30
28
- *.yaml{.liquid} # `.liquid` extension signifies the helm values file can be templated
31
29
32
30
bootstrap/ # setup for apps within your cluster fleet, this is the root service-of-services that bootstraps everything recursively
@@ -40,6 +38,8 @@ terraform/
40
38
- - clusters
41
39
- - - {cloud} # we've crafted some reusable modules for setting up clusters on most major clouds, feel free to use these in stacks or wherever
42
40
- ${app}/ - submodule for individual app's terraform
41
+
42
+
temp/ # a temp folder used during bootstrap that is gitignored
43
43
```
44
44
45
45
You're free to extend this as you'd like, although if you use the plural marketplace that structure will be expected. You can also deploy services w/ manifests in other repos, this is meant to serve as a base to define the core infrastructure and get you started in a sane way.
@@ -113,7 +113,7 @@ spec:
113
113
namespace: infra
114
114
git:
115
115
ref: main
116
-
folder: helm-values # or wherever else you want to store the helm values
116
+
folder: helm # or wherever else you want to store the helm values
0 commit comments