# deployments.apps "xxxxxx" was not valid: # * : Invalid value: "The edited file failed validation": [yaml: line 44: found a tab character that violates indentation, invalid character 'a' looking for beginning of value]
found a tab character that violates indentation
意思是:tab符违反了缩进。
yaml编辑支持空格索引。
不要用tab缩进,要用空格缩进。