Merge "k0: add cz3's personal s3 user"

changes/61/561/1
patryk 2020-11-28 13:18:21 +00:00 committed by Gerrit Code Review
commit 65aead7069
1 changed files with 9 additions and 0 deletions

View File

@ -360,6 +360,15 @@ local rook = import "lib/rook.libsonnet";
store: "waw-hdd-redundant-3-object",
displayName: "woju",
},
# cz3's (patryk@hackerspace.pl) personal user
cz3Waw3: kube.CephObjectStoreUser("cz3") {
metadata+: {
namespace: "ceph-waw3",
},
spec: {
store: "waw-hdd-redundant-3-object",
displayName: "cz3",
},
},
},
},