We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65136f3 commit da5f220Copy full SHA for da5f220
1 file changed
templates/configmap.yaml
@@ -274,6 +274,7 @@ data:
274
275
psu create ugroup any-store
276
psu addto ugroup any-store *@*
277
+ psu create unit -store test:tape@cta
278
279
psu create ugroup world-net
280
psu addto ugroup world-net 0.0.0.0/0.0.0.0
@@ -305,7 +306,7 @@ data:
305
306
psu create unit -store test:pool-{{ . }}@osm
307
psu create ugroup pool-{{ . }}-store
308
psu addto ugroup pool-{{ . }}-store test:pool-{{ . }}@osm
- # psu addto ugroup any-store test:pool-{{ . }}@osm
309
+ psu addto ugroup pool-{{ . }}-store test:tape@cta
310
311
psu create link pool-{{ . }}-link any-protocol pool-{{ . }}-store world-net
312
psu set link pool-{{ . }}-link -readpref=20 -writepref=20 -cachepref=20 -p2ppref=20
0 commit comments