commit | 4ffc64d97d64680003d07ce363ecd78451d4beb6 | [log] [tgz] |
---|---|---|
author | radex <radex@hackerspace.pl> | Fri Nov 24 13:28:57 2023 +0100 |
committer | radex <radex@hackerspace.pl> | Mon Dec 04 20:33:37 2023 +0000 |
tree | f4b5aeccb3f159e1a6496c6546c4108faf886898 | |
parent | 7a4c27d28cfa9c90473ec3092e122887400c40e6 [diff] [blame] |
kube: add .volume field on PVCs and ConfigMaps Change-Id: I93eec44bd6df4ecb0044a4797faa9bf6fd26802d Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1811 Reviewed-by: q3k <q3k@hackerspace.pl>
diff --git a/app/matrix/lib/riot.libsonnet b/app/matrix/lib/riot.libsonnet index 0aa9574..20b439e 100644 --- a/app/matrix/lib/riot.libsonnet +++ b/app/matrix/lib/riot.libsonnet
@@ -58,7 +58,7 @@ template+: { spec+: { volumes_: { - config: kube.ConfigMapVolume(top.configMap), + config: top.configMap.volume, }, containers_: { web: kube.Container("riot-web") {