| commit | 07458ded00bb47d86ba550458735c4caab4f7692 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Sun Oct 06 17:45:45 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Sun Oct 06 17:45:45 2024 +0400 |
| tree | 7b69a15c776117c42fc0b75d71bf1f95b523f2c3 | |
| parent | e44c151f6296b576d05d512d26483d4dd18e99da [diff] |
EnvManager: Configure config repo data volume Change-Id: Ide487088df33cd9a351134fc2587eae9c8d96549
diff --git a/core/installer/values-tmpl/config-repo.cue b/core/installer/values-tmpl/config-repo.cue index 26ada75..4fdb20a 100644 --- a/core/installer/values-tmpl/config-repo.cue +++ b/core/installer/values-tmpl/config-repo.cue
@@ -26,6 +26,8 @@ } } + volumes: data: size: "1Gi" + helm: { softserve: { chart: charts.softserve @@ -41,6 +43,7 @@ tag: images.softserve.tag pullPolicy: images.softserve.pullPolicy } + persistentVolumeClaimName: volumes.data.name } } }