• 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
client.go 21.9 KB