chaosblade-operator icon indicating copy to clipboard operation
chaosblade-operator copied to clipboard

unable to decode "chaosblade-operator/Chart.yaml": Object 'Kind' is missing

Open zxh19920616 opened this issue 3 years ago • 0 comments

After decompression, i execute kubectl apply -f chaosblade-operator/ installation, it shows

error validating "chaosblade-operator/Chart.yaml": error validating data: kind not set; if you choose to ignore these errors, turn validation off with --validate=false error validating "chaosblade-operator/values.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false

then i execute kubectl apply -f chaosblade-operator/ installation--validate=false , it shows

unable to decode "chaosblade-operator/Chart.yaml": Object 'Kind' is missing in '{"apiVersion":"v1","appVersion":"1.0.0","description":"ChaosBlade Operator","home":"https://github.com/chaosblade-io","name":"chaosblade-operator","version":"1.0.0"}' unable to decode "chaosblade-operator/values.yaml": Object 'Kind' is missing in '{"blade":{"pullPolicy":"IfNotPresent","repository":"chaosbladeio/chaosblade-tool","version":"1.0.0"},"daemonset":{"enable":true},"env":{"logLevel":"info"},"operator":{"pullPolicy":"IfNotPresent","qps":20,"reconcileCount":20,"repository":"chaosbladeio/chaosblade-operator","version":"1.0.0"},"remove":{"blade":{"interval":"72h"}},"webhook":{"enable":true}}

zxh19920616 avatar Jul 13 '21 07:07 zxh19920616