Hello,
If I follow https://developer.sciencemesh.io/docs/technical-documentation/iop/deployment/kubernetes/ and do the helm upgrade command:
helm upgrade -i iop sciencemesh/iop \
--set-file gateway.configFiles.revad\\.toml=standalone.toml \
--set-file gateway.configFiles.users\\.json=users-cern.json \
--set-file gateway.configFiles.ocm-providers\\.json=providers.demo.json \
-f custom-ingress.yaml
I get an error:Error: template: iop/charts/gateway/templates/deployment.yaml:15:28: executing "iop/charts/gateway/templates/deployment.yaml" at <include (print $.Template.BasePath "/configmap.yaml") .>: error calling include: template: iop/charts/gateway/templates/configmap.yaml:11:26: executing "iop/charts/gateway/templates/configmap.yaml" at <4>: wrong type for value; expected string; got map[string]interface {}
Any suggestions? (using repo cs3org/revad
seems to work btw.)
cs3apis
builds are failing due to some permission problem, is that a known problem? see https://drone.cernbox.cern.ch/cs3org/cs3apis/375/1/2
I suddenly can't seem to build. make imports
gives lots of I/O, find dir errors errors while the dirs and objects are actually there.
# make imports
GOPROXY=off
echo BUILD_DATE=`date +%FT%T%z`
BUILD_DATE=2022-08-03T11:30:35+0000
echo GIT_COMMIT=`git rev-parse --short HEAD`
error: unable to open .git/objects/aa: I/O error
GIT_COMMIT=aab472df
echo GIT_DIRTY=`git diff-index --quiet HEAD -- || echo "dirty-"`
error: unable to open object pack directory: .git/objects/pack: I/O error
error: unable to open object pack directory: .git/objects/pack: I/O error
error: unable to open object pack directory: .git/objects/pack: I/O error
fatal: failed to read object aab472df17c5d73b2a5d312fc1aa8c1a53825255: I/O error
GIT_DIRTY=dirty-
echo VERSION=`git describe --always`
error: unable to open object pack directory: .git/objects/pack: I/O error
... etc.
fatal: Not a valid object name HEAD
Never seen this before. Anyone who can point me into the right direction?