• Timofey Kirillov's avatar
    Show kind in resource-not-found-in-release error · 13cb8d82
    Timofey Kirillov authored
    This error occures when resource is not found in helm release:
    `Error: UPGRADE FAILED: no resource with the name "redis-cluster-sentinel" found`
    
    Changed to:
    `Error: UPGRADE FAILED: no ConfigMap with the name "redis-cluster-sentinel" found`
    
    So now that resource can easily be found in cluster.
    13cb8d82
Name
Last commit
Last update
..
client.go Loading commit data...
client_test.go Loading commit data...
config.go Loading commit data...
log.go Loading commit data...
namespace.go Loading commit data...
namespace_test.go Loading commit data...
result.go Loading commit data...
result_test.go Loading commit data...
tunnel.go Loading commit data...
tunnel_test.go Loading commit data...
wait.go Loading commit data...