| commit | 724885f1f6e7cc78bc0b00612579221687f76a09 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Nov 29 16:18:42 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Nov 29 16:18:42 2023 +0400 |
| tree | 74a5cfb8f716bb1d42eff37cdc1d1ac4de519f8a | |
| parent | aa0b179309782f8746f75e9ad7166776e429d6ae [diff] [blame] |
installer: create individual soft-serve instances for each env
diff --git a/core/installer/welcome/env-tmpl/kustomization.yaml b/core/installer/welcome/env-tmpl/kustomization.yaml index 70db25f..070ae80 100644 --- a/core/installer/welcome/env-tmpl/kustomization.yaml +++ b/core/installer/welcome/env-tmpl/kustomization.yaml
@@ -1,7 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- namespace.yaml +- config-repo - config-secret.yaml - config-source.yaml - config-kustomization.yaml